Hi What would be the response in 'status' field for kite.orders() function if an NFO : Options order is partially complete? Will it be open or something else. I need this as in my algo I will be placing limit orders, and at the end of 5 minute candle if the order is not executed it re calculates the levels else if before the close of 5 min candle the order gets completed, it moves on to order management module. However if an order is partially complete ill have to take actions accordingly. Kindly guide.
Thanks, so I can check if it is partially complete from the quantity? For ex: Initial ordered quantity : 300 Compeleted : 150 Will it reflected 150 quantity and OPEN or till such time the order is totally complete it will reflect 300 only? Thanks
For ex:
Initial ordered quantity : 300
Compeleted : 150
Will it reflected 150 quantity and OPEN or till such time the order is totally complete it will reflect 300 only?
Thanks
There are two keys,filled quantity and pending quantity.