-
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…
-
How does subscription recovery work for an Eta application?
I am using ElektronSDK/Cpp-C/Eta client API to build a real-time market data handler. Consider the following scenario - The handler is up, client API is connected to remote ADS, subscribed to a bunch of items, and receiving update msgs - Now we have a network outage and the client API gets disconnected from ADS - At some…
-
.net realtime example
What is the best way to bulk subscribe (rics and fields)? Rather than making call for each rics each data fields realtime.Subscribe("MSFT.O", "BID", DataReceived);
-
Dynamically subscribe symobls in EMA API
hello, we're moving to EMA from RFA API. We'd like to be able to subscribe a symbol when the application is running. i.e., after an initial subscription of all symbol items and application is already running streaming data, we want the ability to add a (either missed or new) symbol into the subscription. Just want to make…