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…
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…
It looks like you're new here. Sign in or register to get started.