Modify_order Tags get deleted from the order

vibhu
If there is an order which has certain tags attached to it.
If the modify_order api is run the tags in the order go away.

This looks like a bug. Can you please confirm as in my API calls it is the case for sure.
  • rakeshr
    I just checked this and the tag field is showing fine in the orderbook response after modification as well.
    Can you paste here your complete request params for the modify order?
  • vibhu
    I did it for SL order type. Here is the python code I used -

    kite.modify_order(variety, order_id, price = new_price, trigger_price = new_price)
  • sujith
    Can you also mention the pykiteconnect version you are using?
  • vibhu
    Its 4.1.0
  • rakeshr
    I did it for SL as well and modified the same fields as you. Can see the tag field in orderbook response. Make sure, you are checking tag field only in the orderbook response.
Sign In or Register to comment.