What will the response of kite.cancel_order ?

aayusss2101
Hi, I have a trivial question

What will the function kite.cancel_order return in case where a order has been successfully cancelled and in cases where it was unable to cancel the order?
Also, how will it behave in case the order_id, variety combination is not present in the order book?
Tagged:
  • rakeshr
    kite.cancel_order return in case where a order has been successfully cancelled
    It will return the order Id. You can see all the sample mock responses here.
    where it was unable to cancel the order?
    how will it behave in case the order_id, variety combination is not present in the order book?
    InputException or OrderException. Go through exceptions and error documentation.
Sign In or Register to comment.