-
RFA8 consumer initial refresh does not send all fields
Market price updates are provided for custom RICs. Each update will contain data for either the BID or the ASK field, alongside some time fields. Our consumer receives these updates correctly, two examples below, one for BID and one for ASK. However when the consumer is initially started for the same RIC, the refresh…
-
Receiving two refreshes for symbol list with complete flag set to true
Receiving two refreshes for symbol list with complete flag set to true For example if we have 19022 instruments, first received 19022 (in multiple messages and one complete) and then 22 (in a message and one complete) On arrival of refresh message , we are clearing cache and adding new symbols The problem in on arrival of…
-
Stability issue using VBA to update Eikon formula
Hi all, I am having a stability issue in my excel when I use VBA to refresh Eikon formula. I often use one formula for 3000 companies at a time, such as '=TR($B$9:$B$3100,"TR.PriceClose","CH=Fd RH=IN",E8) For Price data, such as TR.PriceClose, using VBA to refresh it is very stable. But for financial statemant data, such…
-
Authentication Refresh Failures
I have a 64-bit C# application running on Windows 10/11 that is making a successul initial request for the Authentication access_token. The URL for this request (and subsequent refresh) is https://api.refinitiv.com:443/auth/oauth2/v1/token. This access_token is successfully used in the WebSocket LogIn. After a prescribed…
-
Tick History - rate of access to the token endpoint
I have a client who is using RTH to make small, but numerous API calls using Historical Pricing and Elektron Time Series Report Templates. Their use case uses serverless cloud technology so I believe they are making individual RIC requests. They are querying the number of authentication tokens they can generate and…
-
What is the meaning of Name in Refresh message on successful login
I was not able to find relevant information in Protocol Specification. Could you please explain what is the meaning of Key::Name field in RefreshMessage with Domain Login: I used API Playground for streaming/pricing/v1 to get the following response: [ { "ID": 1, "Type": "Refresh", "Domain": "Login", "Key": { "Name":…
-
I have a list of excels in R with eikon formulas. I need to open and refresh them with Rstudio in...
I have a list of excels in R with eikon formulas. I need to open and refresh them with Rstudio instead of open each of them. How can I do it? thanks
-
Do I need to refresh symbol subscriptions or do they last until logoff
I started our feed handler last night ~1pm CT. I continued to get data until ~4pm when the markets closed. Overnight I continued to re-auth every 5'ish minutes and responded to pings. After ~4pm CT I did not receive any further updates from the futures I was subbed to (6-7 symbols on the CME). Do I need to re-sub to…
-
Vector on EMA
We are publishing a internal Yield Curve using the Yield Curve format on a ADS via TREP Post contribution, message are accepted by the ADS and we can retrieve then in consumer application. But the field of type vector, is always empty on the first load of the consumer, all other fields are cached and when we subscribe, the…
-
Can I Control Eikon Excel AddIn for refresh a WorkSheet with VBA ??
Can I Control Eikon Excel AddIn for refresh a WorkSheet with VBA ??
-
How to disable automatic TR data refresh in Excel?
When opening a workbook that contains TR data, the links are refreshing automatically. How can I disable the automatic update, and switch to a purely manual refresh, i.e. by using the refresh buttons in the TR add-in ribbon?
-
Item values are not updated after NI Provider restart
We currently develop the NI Provider application that publishes quotes with the MMT_MARKET_PRICE domain. The problem is after the provider restarts and sends refresh messages, the consumer is not able to update item values. We tried to keep the same handle value for the item between restarts and change it - doesn't help.…
-
Synchronous Refresh Methods for VBA in Excel
Hi there, I am currently trying to implement a button that simply refreshes the data in my workbook and then exports a specific sheet as a PDF. Everything works fine except that the refresh does not finish until after the PDF is created. The link below seemed to be an answer but it still does not work:…
-
How to identify if all the subscribed symbols in the OmmArray has received refresh message? How ...
How to identify if all the subscribed symbols in the OmmArray has received refresh message? How to exit after receiving refresh message of all the subscribed symbols?
-
The WebSocket API doesn't always return the State information within a REFRESH
I noticed when requesting for market data using the WebSocket API, the REFRESH doesn't always include the State information. Specifically, if I submit a streaming request, which is the default, no State information is returned. However, I can see State details when I make a Non-streaming request. Reading the documentation,…