Identifying modified orders which has more than one fill

kiteapi
I am trying to calculate costs for orders executed at the EOD and have considered all possibilities (even partially filled order and then cancelled), however, there is one missing case where:

1. I place an order, the order is executed partially and price moves away
2. I modify the same order and get the fill for the rest of the qty in the order

@sujith @rakeshr I would like to know, how can I identify such orders when I pull the orders data using the kite.orders() API at EOD?

Thanks!
  • rakeshr
    1. I place an order, the order is executed partially and price moves away
    2. I modify the same order and get the fill for the rest of the qty in the order
    You can use tradebook as your requirement.
Sign In or Register to comment.