-
Notifications
You must be signed in to change notification settings - Fork 157
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
Add positionIntent to Order object #539
Comments
@hiohiohio how long does it take to see this change in pypi ? |
@Brett55 released as v0.35.0. also available in pypi https://pypi.org/project/alpaca-py/0.35.0/ |
@hiohiohio can it be added to the Order object in TradeUpdate stream event? Seems like a significant omission otherwise |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
Yes, I cannot filter on positionIntent when I fetch open order objects.
Describe the solution you'd like.
Add
positionIntent
attribute to the order object.https://github.com/alpacahq/alpaca-py/blob/master/alpaca/trading/models.py#L167
Describe an alternate solution.
No response
Anything else? (Additional Context)
Yes, add
positionIntent
to https://github.com/alpacahq/alpaca-py/blob/master/alpaca/trading/requests.py#L169as well.
The text was updated successfully, but these errors were encountered: