send_market_price_request

I have a list of ric [a, b, c, d, e] inputted using _send_market_price_request with View = the list of ric.


Can I have the response back in the same order as how my input is order with a, b, c, d, e?

Best Answer

  • wasin.w
    wasin.w admin
    Answer ✓

    Hello @Moises Gomez

    I am assuming that you are using the Real-Time WebSocket API or RTSDK (C#, C/C++, or Java).

    Please be informed the Batch request cannot guarantee order of the RICs subscription. The API just send multiple items request in a single request message to the server. The order is depending on when those items are updated from the Exchange/Data Feed.