JavaScript web-socket Post-back order status not working

dipgupta1986
Hi Team,

I am trying to get the order status using postback, but i am not getting anything except the tick data.

Thanks
  • dipgupta1986
    dipgupta1986 edited April 2021
    Got the answer : i just had to register a function for order update:
    this.ticker.on('order_update', this.onMessage);
This discussion has been closed.