alienbrett / PyAlly

Ally Invest API Module for Python3
https://alienbrett.github.io/PyAlly/
MIT License
57 stars 28 forks source link

Order Cancellation Fails #56

Closed dirkmlorenz closed 3 years ago

dirkmlorenz commented 3 years ago

Since Friday (November 13, 2020), I get the following error whenever I try to cancel an order:

Order rejected, please resubmit with an order type field.

I tried all three approaches listed at https://alienbrett.github.io/PyAlly/trading.html#modifying-and-cancelling-outstanding-orders. Submitting and modifying orders still works as before. From what I can tell, this issue is on Ally's side. I see the same error even when I manually create the request as described under the "Cancel Order" section here:

https://www.ally.com/api/invest/documentation/trading/

Does anyone else observe this problem?

dirkmlorenz commented 3 years ago

It looks like this works again as of November 19, so will close.