Hi,
I have a consumer client written using EMA C++ library.
The consumer works fine and receive refresh and update messages when use MP Domain.
However when I try to change the domain to Market by Order or Market by Price to read level 2 data I have an error as "The record could not be found".
Maybe I need to use a different RIC to use MBO(MarketByOrder) and MBP(MarketByPrice) domain?
For example I use this RICs from three different exchange to receive data with MP Domain: FGBXc1, USc1, FEIc1. I need to add something to these RICs structure to have MBO and MBP data?
Thank you