As you said partial filled order status will be open but I got status as UPDATE for partial filled order and filled quantity was non zero . Can we get last filled price and last filled quantity ?
You can check out the struct here. Both postbacks and websocket update has same structure. You need to use postback as an event to fetch orderbook and check the latest order details.
@sujith , Hi , Do kite sends last fill price and last filled quantity ? And I got partial fill update after complete fill update over web socket order update event . Why this happened , i should get complete fill after all partial update right ?
Can we get last fill price and quantity on each partial fill update and complete update over websocket order update event ?
Kite Connect provides a way to fetch trades of an order. You can check out the documentation here.
Parent order id is for cover order wherein it is used to map between second leg and first leg order.
A partially filled order will have status as OPEN and the filled quantity will be a non-zero value.
Both postbacks and websocket update has same structure.
You need to use postback as an event to fetch orderbook and check the latest order details.
Hi ,
Do kite sends last fill price and last filled quantity ?
And I got partial fill update after complete fill update over web socket order update event . Why this happened , i should get complete fill after all partial update right ?
Can we get last fill price and quantity on each partial fill update and complete update over websocket order update event ?
please suggest