Partial fulfilled orders

vijayonkite
I placed one buy MIS LIMIT order for GAIL (quantity-3) price 202.90, 2 quantity are fulfilled, but 1 could not be fulfilled.

When some order is partially fulfilled, does it send any callback for JAVA client (order update action - kiteTicker.setOnOrderUpdateListener) ?



  • rakeshr
    kiteTicker.setOnOrderUpdateListener
    Yes. Java websocket example for the same.
  • vijayonkite
    Hi, thanks for your response.

    What would be the order state when it is fulfilled partially ?
  • sujith
    It will be OPEN only. The status will not change unless all the quantities are filled.
  • vijayonkite
    thanks. so when it is partially fulfilled, does it hit callback method - kiteTicker.setOnOrderUpdateListener method
  • sujith
    Yes, the callback is invoked but we suggest using that as an event to fetch the orderbook and check the latest status and filled_quantity to handle all the edge cases.
Sign In or Register to comment.