Skip to content
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

Added FILL_OR_KILL and FILL_AND_KILL #110

Merged
merged 7 commits into from
Aug 20, 2024
Merged

Added FILL_OR_KILL and FILL_AND_KILL #110

merged 7 commits into from
Aug 20, 2024

Conversation

Unt3r
Copy link
Contributor

@Unt3r Unt3r commented Aug 15, 2024

Added FILL_OR_KILL and FILL_AND_KILL to the place_order()

Made condition default to NORMAL so that existing calls to avanza.place_order() don't have to change.

So you can still call
avanza.place_order(account_id, order_book_id, order_type, price, valid_until, volume)
or use condition with
avanza.place_order(account_id, order_book_id, order_type, price, valid_until, volume, condition)

Unt3r added 7 commits June 24, 2024 19:29
Added DEALS_PATH  and ORDERS_PATH
Added get_deals(self) and get_orders(self)
Removed get_deals_and_orders()
Fixed intendation
Removed DEALS_AND_ORDERS_PATH
Added condition to place_order
Added Class Condition
@Qluxzz Qluxzz merged commit 0deabff into Qluxzz:master Aug 20, 2024
@Qluxzz
Copy link
Owner

Qluxzz commented Aug 20, 2024

LGTM, thanks for contributing!

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