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…
We aim to build a resilient, non-interactive provider application based on the C++ EMA Library (RTSDK-2.2.3.E1.linux.rrg). The application should handle potential connection losses and automatically reconnect to one of the available ADH servers. The automatic reconnect is successfully facilitated by the EMA library. Our…
I want to read the DACS Lock from a RSSL Update Message for News RIC NFCP_UBMS At best I can get the Byte Array ( byte dacsLock[] ) from the Byte Buffer. Have you an example how to deal with Byte Buffer vaules? Here is what I can see so far: Decode RSSL Update Message Byte Buffer public void onUpdateMsg(UpdateMsg…
Some of our customers are planning to move their own developed application from on-premises to public cloud, such as AWS, Azure and GCP. Is RTSDK (EMA/ETA/Websocket API for all supported OS) officially supported for use on public clouds?
Verify whether we can reliably use a reissue request to safely cause a refresh; (note: The issues I experienced with this (reloading all instruments) was an unrelated GC issue. Further tests have shown that requesting a reissue appears to work fine for a single EPIC – I just need confirmation that this is the right way to…
It looks like you're new here. Sign in or register to get started.