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

CancelAllOrders should return an array of objects #291

Open
gcatlin opened this issue Jul 2, 2024 · 0 comments
Open

CancelAllOrders should return an array of objects #291

gcatlin opened this issue Jul 2, 2024 · 0 comments
Labels
v4 Backward incompatible change that can added in the next major version

Comments

@gcatlin
Copy link
Contributor

gcatlin commented Jul 2, 2024

It currently returns only an error but the API returns an array object that includes the order ID and HTTP status code for each status request. See https://docs.alpaca.markets/reference/deleteallorders-1.

There was a very similar issue with CloseAllPositions that was fixed in #282 that could be used as an example for resolving this issue.

@gnvk gnvk added the v4 Backward incompatible change that can added in the next major version label Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v4 Backward incompatible change that can added in the next major version
Projects
None yet
Development

No branches or pull requests

2 participants