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

Python SDK: Add bulk cancellation support #49

Open
4TT1L4 opened this issue May 22, 2024 · 0 comments
Open

Python SDK: Add bulk cancellation support #49

4TT1L4 opened this issue May 22, 2024 · 0 comments
Assignees
Labels
Priority - High Issue has high priority and has to be worked, if no blocker issues are being worked on. T-Shirt size - Medium High-Level effort estimation. Category "medium effort". Task A feature request or general task involving code changes.

Comments

@4TT1L4
Copy link
Contributor

4TT1L4 commented May 22, 2024

TODO:

  • Add support for bulk canceling of orders. Support for this in the Python API is missing at the moment. Orders can be cancelled only one by one.

Notes:
5-6 orders can be cancelled in bulk in a single transaction.

To be on the safe side: we should go with canceling maximum 5 orders in one go.

@4TT1L4 4TT1L4 self-assigned this May 22, 2024
@4TT1L4 4TT1L4 added Priority - High Issue has high priority and has to be worked, if no blocker issues are being worked on. T-Shirt size - Medium High-Level effort estimation. Category "medium effort". Task A feature request or general task involving code changes. labels May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority - High Issue has high priority and has to be worked, if no blocker issues are being worked on. T-Shirt size - Medium High-Level effort estimation. Category "medium effort". Task A feature request or general task involving code changes.
Projects
None yet
Development

No branches or pull requests

1 participant