Returning Of Order ID

akshay07
Order ID is returned even though there is no balance that is order is getting rejected and no exceptions being returned on such case
  • akshay07
    @sujith what can be done
  • akshay07
    The current way is retrieving order list and performing filtering operations and check for any order status that is 'rejected', is there any other better option from your side @sujith @rakeshr
  • sujith
    @akshay07,
    The 200 response of order placement only means your order placement request has gone through. It doesn't guarantee the execution of the order.
    Once an order is placed, it goes through multiple layers of validation at Kite Trade, min-RMS, RMS, OMS, and if all the things are fine then only it is placed at the exchange. Even at exchange your order can be rejected or canceled. You can check the reason for rejection or cancelation in the status message field.
    One needs to fetch orderbook and check the status of an order in order to determine the current status of the order.
  • akshay07
    @sujith That is I need to pull the order book and check for satus
Sign In or Register to comment.