Skip to content

Add support for 24 hour market to order_buy_limit and order_sell_limit, Updated all calls to order() to use keyword arguments to be more concise and avoid bugs arising from parameter order #550

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

jondecker76
Copy link

24 hour market supports limit orders, but order_buy_limit() and order_sell_limit() did not provide a way to specify the market hours.

Additionally, made all calls to order() use keyword arguments to avoid bugs that arise from incorrect parameter order

- Updated all calls to order() to use keyword arguments to be more concise and avoid bugs arising from parameter order
Setting bounds="24_5" will get quotes from the 24 hour market
Given an instrument id, return a stock ticker symbol (opposite of id_for_stock() )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants