I am using Refinitiv EMA in java to subscribe to market data from multiple services(IDN_RDF and BBG,OYAKBANK(a new channel our bank created to combine both)) . However , I am experiencing an issue where some RICs do not receive updates as expected. For OYAKBANK rics, onRefreshMsg() never triggers after…
Hi, Please help us to understand how to improve performance with EMA API code to fetch data from TREP server for market updates. We are not getting performance using EMA-API, we have found after our testing that RFA-API has better performance than EMA-API ... can anyone help us to understand what we are missing to tune the…
Can you use EMA legacy market price model for L2 data like in PinkSheet market ?
Hi, We are using Elektron Message API C++ edition. We just wonder, if there is a way to retrieve all available instruments that our data feed (using Reuters Elektron API) can subscribe to? I mean, is there any available API call? Any suggestions? Thanks Regards
We use Real-Time SDK to subscribe to Real-Time Direct service like below: reqMsg.Name("HCWC.A").ServiceName("DIRECT_FEED"); The problem we face is, when we try to receive updates of RIC "HCWC.A", i.e., we want quotes of the shares being traded on "NYSE American", we receive updates from other exchanges where the company…
Hello, I have an application that creates RICs, using specific credentials, on an internal ATS. The name of the RICs created follows a specific patten (all names begin with the same string). I need to retrieve all the RICs created by the application, and it looks like there are two possible options: search all the RICs…
Hi team, After upgrading to EMA_API version 3.8.3.0 from version 3.7.1.0 we are facing this error in our application while starting up: aused by: com.refinitiv.ema.access.OmmInvalidConfigurationExceptionImpl: Error validating XML configuration: cvc-enumeration-valid: Value 'RSSL_SOCKET' is not facet-valid with respect to…
Hello I am using Java RealTime SDK to connect my application to TREP. <dependency> <groupId>com.refinitiv.ema</groupId> <artifactId>ema</artifactId> <version>3.7.3.0</version> </dependency> It is able to subscribe for RICs and to receive realtime market data One of our client complaints about an issue when consuming RICs…
Hi LSEG support, Try to get consumer to submit PostMsg to an Interactive Provider with: public void onRefreshMsg(RefreshMsg refreshMsg, OmmConsumerEvent event) { PostMsg postMsg = EmaFactory.createPostMsg(); FieldList nestedFieldList = EmaFactory.createFieldList(); nestedFieldList.add(…
Hi. We are retrieving data from Real-Time-Optimized (hereinafter RTO). Data has been collected from 08:55:00 to 19:30:00 Japan time, but on 2025/02/13, the following message was output at 15:16:11, and we were disconnected from RTO. What was the cause of the disconnection? Also, for the 15 minutes prior to the…
It looks like you're new here. Sign in or register to get started.