Open sandeepbhutani304 opened 4 months ago
Only orders placed via API can be cancelled by API. Orders placed via web/app can not be cancelled via API.
May I know the reason for this restriction?
That's how neo API works, Unless they make some changes on the neo end. There is no reason.
When I am trying to cancel order like this
client.cancel_order(order_id = "240711001164xxx")
I am getting error:
I want to close all open orders in a loop, be it created by API or by app.. what to do?