How to exit orders with limit price??

Pushwinder
kite.exit_order() I suppose is to exit BO or CO only, it doesn't have the attribute of price.
How to exit orders NRML orders with limit price??
  • sujith
    Hi @Pushwinder,
    An exit would actually cancel one of the second leg orders and modify another to market in case of bracket order.
    In case of cover order, it will only modify second leg order to market order.
    This the behavior at OMS end.
    If you want some other behavior then you will have to build it at your end.
Sign In or Register to comment.