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
Hi all, I would like to use the OmmConsumer.submit to update a line in a RIC page, but seems i can only replace the value starting the beginning, but i found it is possible to specify the start position using RtContribute in excel plugin. My update goes via TREP RAID link to Refinitiv. Many Thanks
When i try to subscribe to ALINN.PA i receive this exception : Exception Type='OmmJsonConverterException', Text='Failed to convert JSON message: {"ID":24187,"Type":"Error","Text":"JSON Converter unexpected value: Invalid date value: 2022-11, code =…
It looks like you're new here. Sign in or register to get started.