Currently in WebSocket on_order_update give me updates on (COMPLETE, CANCEL, REJECTED, UPDATE) but how to received update when order received ?? and for AMO order received also not working ??
Order update from the Websocket API can be considered as an event to fetch orderbook and check the latest order status and filled quanity. For order placement, you need to add a couple of seconds delay and check the orderbook, order update is not sent for placement. On that note, order update is not sent for placing AMOs either.
For order placement, you need to add a couple of seconds delay and check the orderbook, order update is not sent for placement. On that note, order update is not sent for placing AMOs either.
You can make use of orderbook as suggested by Sujith, for getting order received/OPEN status.