The document enumtype.def has a list of exchanges in the world. Question: Refinitiv has Domain Model: MarketPrice MarketByPrice MarketByOrder Are these standard domain models appropriate for the entire list of exchanges that are in the enumtype.def document? Are these three domain models standard for all market…
Where can I read about all the Domain Models that Refinitiv has for November 2022? If there is such a document?
Hi All, I have taken Consumer.java (450-series) from examples and then added that file in our spring boot application. Integrating to ERT this way, Is this correct approach?
I am trying to set up permission data as per X_PE, Service Name but still getting A29: Post message did not contain permission data.
Using Java EMA API, I wonder if there is a way to tell the ADS server to send only images instead of the delta for each record?
I'm using EMA Java 3.6.5.0 and I would like to write some unit tests. I see elsewhere descriptions on how to use replayers or mock providers, which are really more like integration tests, but I am wanting to write some simple unit tests that run with junit at compile time and do not require spinning up a separate process,…
EMA FID 136, Whether it will not be distributed with RefreshMsg? Or every RefresgMsg alaways contains the FID 136
Hello Comparing RFA and EMA, we interpret EMA config management via EMAConfig.xml is not as flexible as RFA. From configuration file perspective, with RFA specifying one Session it is possible to connect to several Connections (not only resiliency pair, but several ADS group or silos), each connection / ADS pool providing…
Hi, I have two questions: 1.EMA Cons113 ,the fid 3855 FieldEntry fid="3855" name="QUOTIM_MS" dataType="UInt" value="45259368" how to convert it to normal form of time like "hhmmss" 2. Which fid is for "trade day", is fid 875 okay for that? Thanks
Hi I am puzzled by the EMA example Cons260,here is the code while ( fl.forth( searchList ) ) // search for a set of matching fids { const FieldEntry& fe = fl.getEntry(); cout << "Name: " << fe.getName() << " Value: "; if ( fe.getCode() == Data::BlankEnum ) cout << " blank" << endl; else switch ( fe.getLoadType() ) { case…
It looks like you're new here. Sign in or register to get started.