Fetching BO order details

rktheinvestor1
Order order = kiteconnect.getOrder(orderId);
orderid is BO orderid
How can we get orderits of Limit and SL-M placed as part of this order?
  • sujith
    Hi @rktheinvestor1,
    You can get list of all orders you have placed in a day with KiteConnect.getOrders(). If you are looking for particular order's details like various stages of order lifecycle in the system like open pending, open, modification pending etc you can use kiteConnect.getOrder(orderId).
  • sujith
    It doesn't matter, if it is limit order or stop loss order.
This discussion has been closed.