How to cancel partial fill CO order

algo_programmer
How to cancel partial fill order when I have place CO order

For eg :

I have place CO for ABC stock
OrderType : Limit
Action : BUY
qty : 100
price : 100
triggerPrice : 95

Order place to zerodha and get order ID 1 with confirmation.

After x minutes my order fill with only 60 qty and now , I want to cancel the remaining qty order .
For that I have to place cancel order request with order ID 1 ? right
so that it will cancel the remaining order qty.

  • rakeshr
    I want to cancel the remaining qty order .For that I have to place cancel order request with order ID 1 ? right
    Yes, you can send a cancel_order request with same order_id.
  • algo_programmer
    algo_programmer edited October 2020
    So in this case after cancel the remaining qty , my CO order will trigger SL for only fill qty right ? or i need to update anything for that ?
Sign In or Register to comment.