Can you kindly advise how can a client access L2 data via SDK API please?
The query is raised for the RIC details provided below, where a client is interested to access L20 data
RIC <MOLB.BUf>
MBP Domain,
PE 3445
@Prerna.Raigaga So if you are using a websocket connection you can follow this example https://developers.refinitiv.com/en/article-catalog/article/consuming-order-book-level-2-data-with-elektron-websocket-api and if you are using RSSL full tick connection you can use the order book example in the C++ / Java examples or try this tutorial https://developers.refinitiv.com/en/api-catalog/refinitiv-real-time-opnsrc/rt-sdk-cc/tutorials#ema-consumer-requesting-and-processing-market-by-order-data or look at this article here: https://developers.refinitiv.com/en/article-catalog/article/how-sort-process-level-2-orderbook-data-using-ema-c-api
I hope this can help.