Hi Team, I’m currently integrating with the Refinitiv Real-Time - Optimized Pricing API and need to configure firewall rules to allow traffic to specific streaming endpoints. Could you please provide the static IP addresses for the following hosts? ap-northeast-1-aws-1-sm.optimized-pricing-api.refinitiv.net…
The server in question registers 2000 RICs, and updates all of them at interval of 0.5s. The 2000 RefreshMsg on registration and 4000 UpdateMsg/s are queued, and OmmProvider.submit-ed in a single thread. It all works fine. However, when the RIC size is raised to 5000, it gets hanged. The thread dump looks like this: Any…
Sorry for a stupid question (I don't even know whether I'm on the right forum), but how can I apply for trial access to Real-Time data? We have to migrate from RFA to Real-Time SDK
In our application, multiple coroutines (parallel execution) may call OmmConsumer.submit() at the same time, each with its own freshly created PostMsg (built using EMA). Could simultaneous submit calls on the same OmmConsumer instances cause the MDS receive merged or corrupted field data from different posts?
How can I use Python to access and analyze live news feeds from Refinitiv?
During integration with the RTO EMA Java SDK 3.9.0.1, we have faced a timeout exception: com.refinitiv.ema.access.OmmInvalidUsageExceptionImpl: login failed (timed out after waiting 45000 milliseconds) for us-east-1-aws-3-sm.optimized-pricing-api.refinitiv.net:14002) at…
Hello, I am using EMA Refinitiv version 3.8.3.0 and I have implemented a consumer based on example ex370_MP_Batch. I have also created a stub component based on Provider example 102_MP_Snapshot. Consumer communicates correctly with the provider, however provider does not receive the payload for batch request. My use case…
Hello all, I am using the EMA Java library group: "com.refinitiv.ema", name: "ema", version: "3.9.0.1" I am trying to create multiple connections to the HMDS websocket at the same time, on multiple threads, but I ran into a problem. After creating the OmmConsumerConfig for each connection that I will have to make and then…
Hi, I'm currently working on my dissertation and need to verify whether the RIC codes I extracted match the official RICs used by Reuters. I’ve heard that this can be done using the Search API, but I’m not sure how to access it. Is there also an Excel file or database available that contains the full list of RICs from…
I am unable to connect using RTSDK examples (Cons113 and Cons450). I tried running examples with -clientId and -clientSecret arguments. Copied over EmaConfig.xml and changed DefaultConsumer to Consumer_4. Also updated code to use "Consumer_4" public static void Main(string[] args) { OmmConsumer? consumer = null; try {…
It looks like you're new here. Sign in or register to get started.