OnOrderUpdate

Saleem
Earlier OnOrderUpdate callback used to get called when a placed order is completed.
Now I dont see this callback happening.

Has anything changed?

// Sample code
ticker = new Ticker(MyAPIKey_Zerodha, MyAccessToken);
ticker.OnOrderUpdate += OnOrderUpdate;

private void OnOrderUpdate(Order OrderData)
{
// Some Implementation here...
}
  • nagavenij
    Verified and able to fetch order updates using the on_order_update endpoint. You may kindly retry from your end.
  • Saleem
    Yes, this is working. I think we need to register for ticks also to get the call back.
  • Saleem
    Another question or may be a request.
    There is no callback or info available when a GTT is triggered.
    Can you please make GTT triggered event call back available either through Order_Update or any other mechanism?

    Thanks,
    Saleem
Sign In or Register to comment.