-
Is it possible to get a list of all instruments available for subscription on Reuters Elektron?
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
-
Java RealTime SDK: how to detect RIC closed by ATS then reopened
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…
-
"License prices, users, subscription- Legacy Robust Foundation API (RFA)"
Good day, I have a question. Are the subscription fees for RICs (Reuters Instrument Codes) to Refinitiv, and the service prices, determined by the number of RICs, by market, or by the amount of information for each RIC?" Best regards
-
Subscription Model
What is pricing model to integrate with WC1. Is it case-wise or number of APIs call as well.
-
Unexpected status message received after subscribing to market data
Hello, We are working on a Java application from scratch that connects to Refinitiv / LSEG Workspace Websocket API and subscribes to market data. While testing it, we noticed the following unexpected status message:…
-
Receive status message for unknown subscription id 2
Trying to stream prices for LCOc1 and keep getting 'Receive status message for unknown subscription id 2'. Does anyone know why this would fail to establish connection to the platform? Should have ICE and CME live prices subscription enabled and this worked perfectly yesterday and for a week before. * Eikon Python API…
-
Instrument codes for Options on SOFR Futures
How do we find out instrument codes for Options on SOFR Futures? Example --- SRAU3 is a SOFR Future. How do we find the instruments for the call/put Options on this instrument? Thanks.
-
Priority in the subscription of RIC
I wanted to see if it is possible to establish the priority in the RIC subscription using the RFA8 library? It is possible to use the following function of the ThomsonReuters.RFA.Message.ReqMsg class and what is it for? public void SetPriority(byte priorityClass, ushort priorityCount); I ask if you can give me an example.…
-
EMA - number of RIC per second
Hi, we are using ppe.optimized-pricing-api.refinitiv.com servers for the realtime streaming and we connect using EMA. Can you indicate us which is the rate of RIC subscriptions that the server accepts per second? Can we have information about the real-time servers limits ? If the application sends 2000 RIC/second will the…
-
Ack timeout/Stream Closed/Message Error - error messages
Hello there, We have started to experience the following error messages in our application UAT instance. The application subscribes for market by price updates for TSE exchange. Jun 06, 2022 11:25:46 AM com.reuters.rfa.internal.connection.rssl.RSSLPostingHandler processOMMMsgFromConnection WARNING:…
-
How is Refinitiv's pricing protocol for on-demand tick data request?
I use Python to download tick data via submitting HTTP requests. My question is about the pricing and how Refinitiv charges on-demand tick download requests: Would the cost occur every time a new token or job ID is generated? Or during a subscription period, unlimited number of downloads can be performed, without any…
-
how can i get the response data without call registerClient when I subscribe same ric second time?
how can i get the response data without call registerClient when I subscribe same ric second time?
-
How to subscribe to a list of RICs using Refinitiv Java EMA API ?
Hi, The below sample code snippet at the github shows how to subscribe for one RIC for updates. consumer.registerClient(EmaFactory.createReqMsg().serviceName("IDN_RDF").name("JPY="), appClient); I'm looking for sample code to start subscription for more than one RIC (List of RICs). Any help or pointers appreciated. Thanks,…
-
com.reuters.rfa.internal.common.MessageQueue.dequeue gets stuck randomly
We are using RFA Java to subscribe to RICs. While trying to subscribe to RICs ( approximately 49k) our thread gets stuck randomly after 10k or 15k RICs and further subscription gets halted. This happens once or twice every week in our PROD environment. We retry subsciption every hour and most of the times it works fine. We…
-
When subscribing, what filter should I use to get literally all available news stories?
We intend to use news alerts delivery via AWS SQS, and we need to get all available news, literally. This means, we want to get news of all urgency levels (that is, of all 9 levels listed in the reference manuals), and in all languages. Subscription request wants us to specify a filter but the reference manual is moot on…