You will get postback for every partial fill as well, but we suggest you to use postback as an event and fetch orderbook and check filled quantity for latest status on the orderbook.
There are few edge cases wherein OMS sends multiple postbacks, one may contain old data and another new one. There are duplicates in some cases. We suggest fetching orderbook to check the latest filled quantity and order status.
There are few edge cases wherein OMS sends multiple postbacks, one may contain old data and another new one. There are duplicates in some cases. We suggest fetching orderbook to check the latest filled quantity and order status.
So fetching exact order book can be done from kite.positions()?