kite.history response after position conversion

Leena
when we place an MIS order, the product type received from kite.history() API call is MIS. After converting it into CNC/NRML, the product type received from kite.history() API call is same. It should be converted into new product type. Also it is not refreshed into the orderbook.
Is there any way to detect if the particular order is converted into CNC/NRML using any API call?
@sujith @rakeshr
  • rakeshr
    the product type received from kite.history() API call is same. It should be converted into new product type. Also, it is not refreshed into the orderbook.
    No, there will be no effect on the historical order book data but, position data will reflect the updated(if conversion is succesful) product type for that open position.
    Is there any way to detect if the particular order is converted into CNC/NRML using any API call?
    There is no out-of-the-box API for this. You will need to retrieve and compare the product type from the placed order history and the current open position.
Sign In or Register to comment.