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…
Java创建consumer对象,回调onRefreshMsg方法,数据如何落地 这里操作onRefreshMsg回调方法不能注入,使用@Autowired后此接口不会被回调 class AppClient implements OmmConsumerClient { public void onRefreshMsg(RefreshMsg refreshMsg, OmmConsumerEvent event) { System.out.println(refreshMsg); } public void onUpdateMsg(UpdateMsg updateMsg, OmmConsumerEvent event) {…
Here is my code to decode EMA fid 3754 switch(fe.getFieldId()) { case 3754: fxsnapshot.Enlarge = atof(fe.getRmtes().toString()); ...... ...... } the cout of RefreshMsg is FieldEntry fid="3754" name="SCALING" dataType="Rmtes" value="1" As I decode it as string,I can not get the right value. May someone tell how to decode…
Here is my Code, according to C++ EMA Cons113: OmmConsumerConfig config; EmaString itemName = "EUR="; EmaString consumerName = "Consumer_4"; config.username("xxxxxx"); config.password("xxxxxx"); config.clientId("xxxxxx"); OmmConsumer consumer( config.consumerName( consumerName ) ); consumer.registerClient(…
Can you please help to create RIC and update FID ( Add / Delete) from exisiting RIC using consumer in EMA API? Thanks
It looks like you're new here. Sign in or register to get started.