-
Websocket connection is disconnecting using lseg.data library
Hi, I am using v2.1.1 of the lseg.data Python library to stream realtime data. My setup is working most of the time, but once in a while (every few days, but no set pattern), the websocket disconnects for ~2 seconds, during which I lose data. I have identified one such event and captured the logs surrounding the event,…
-
why is this ric sending updates when the fid values are not changing?
I am making a streaming request with a view of only 2 fids, and receiving lots of updates with no change in those values. Am i missing something that would only send the update when a fid value is changed? I was surprised, the behavior seems different between rics CZ25 and SRBV5. example request - { "ID": 2, "Domain":…
-
Trouble connecting using Real-Time SDK and C#
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 {…
-
How to connect using Real-Time SDK EMA C# and RIC for FX
Hello, This actually a two questions post. I am trying to connect to RTO using EMA (LSEG.Ema.Core 3.4.0), however, I am struggling to do so (more on this later.) First, I am able to login and connect with websocket using example from MarketPriceRTOClientCredAuthExample project (I was given <client_id> and <client_secret>.)…
-
Which sample program is used to connect from a Linux server to RTO
I want to connect to RTO from a Linux server using Java. I believe that using one of the URLs below would allow for a simple connection check, but which one should I use? https://github.com/Refinitiv/Real-Time-SDK/tree/master/Java/Ema/Examples/src/main/java/com/refinitiv/ema/examples/training/consumer Here are the planned…
-
What does each item represent?
I am trying to run a test from the EMA tutorial program, but what do the following userName, password, and clientId represent? I have already created an RTO service account, so I wonder if I should use that ID and password as userName and password.
-
How to create Java keystore file
I want to connect to RTO using Java. I plan to connect using EMA with TLS. I believe I need to create a Java keystore file for this. How should I go about creating it?
-
No response received using WebSocket API via the Enterprise Apigee Gateway
We are attempting to connect to the Refinitiv RealTime – Optimized WebSocket API via the Enterprise Apigee Gateway to retrieve currency rates. While we’ve successfully established connectivity through the gateway and receive a 101 WebSocket status, we’re encountering issues when sending the login JSON payload. The target…
-
What is JIT conflation (RTO) and Time conflation (RTMDS WebSocket)
Our client is currently having an app based on Python that consumes RT data. They are currently using RTO which is maximum of 3 updates per second for quotes. Going forward they will use the same application to connect to RTMDS via WebSocket (300ms Conflated Service). Both RTO and RTMDS WebSocket are conflated service.…
-
ADS Items per Service, ADS flow per service, Numbers and size of the updates per service
Is there any way to get below details in ADS. Items per Service, Flow per service, Numbers and size of the updates Thank You,
-
Error while running RTO: Item State: Closed / Suspect / None / 'Login stream was closed.'
I am making a batch request and calling consumer.uninitialize() in the end as part of cleanup. I do receive prices but then I get this warning and a close message for all my items saying login stream was closed. I am running my application on a trial license. Is this happening because I am on trial and there are no more…
-
Unable to find valid ceritication path to requested target (RTO (Real Time Optimizid))
Hello, I am trying to establish an RTO v2 connection using WebSocket with Java. I downloaded the class named "MarketPriceRdpGwClientCredAuth" from the following GitHub link:…
-
Why am I receiving a "onConnectError" even though I was able to obtain a token?
I am trying to comsume ric with RTO websocket (java). I made some improvements, but they were not sufficient, as I am still encountering the following error. For some reason, I cannot progress beyond obtaining the token. On the Fiddler side, I can only see the process up to the point where the token is retrieved. Do you…
-
Error occurred while running RTO consumer - Failed to request service discovery information.
Hi, I am using RTSDK for streaming real time prices but I get below error when I run my consumer. I am using Authentication version v2. I am able to successfully login using the curl command. I have required licenses also in place under my service account. Can you help why the failure. Is it something related to license…
-
RTO - Service Discovery via Delivery Direct
Hi LSEG, in a client environment it is required to connect a EMA based application to RTO via Delivery Direct. As a temporary solution to test a successful connection, the EMA application was using hardcoded values for host and port (EmaConfig-host-port.xml inside the attached zip). Thought not optimal, this configuration…