Not getting orderID of order in holdings.

Leena
Hello.
currently if we place any positional order then we can't get it's order_id from the next day onwards.
we can only see it in holdings.
If I want to fetch the order details of that positional order along with it's order_id in future, then how it could be done?
Tagged:
  • rakeshr
    If I want to fetch the order details of that positional order along with it's order_id in future, then how it could be done?
    Currently, we don't have historical order book APIs. You will have to store(maybe dump in DB) these order details at your end on daily basis and fetches them in the future.
Sign In or Register to comment.