-
ADS is crashing when we stop our internal app which built with RFA JAVA Edition 8.1.0.L1.all.rrg
Dear Team, We recently migrated the ADS POP server from ADS 3.5 installed on OS RHEL 7.9, bare metal server, to ADS 3.8.1 installed on OS RHEL 8.9, virtual machine. we have encountered a concerning issue after the ADS POP migration, that whenever we stop our internal application built with RFA JAVA Edition…
-
"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
-
Switching over to a different connection with warm standby and regular failover causes with previ...
...ously received version numbers to be replayed We're using RFA API to stream market data. It seems that when a switchover occurs, we receive quotes with sequence numbers which were already sent on a previous connection. I thought that RFA would handle sequence numbers on its own and only send quotes which the API client…
-
RFA 8.1 C++ API for extracting specific fields
Which model type should I subscribe to if I need to extract the following fields? A_PRICE_1, A_PRICE_2, ..., A_PRICE_25 B_PRICE_1, B_PRICE_2, ..., B_PRICE_25 A_QTY_1, A_QTY_2, ..., A_QTY_25 B_QTY_1, B_QTY_2, ..., B_QTY_25 A_NPLRS_1, A_NPLRS_2, ..., A_NPLRS_25 B_NPLRS_1, B_NPLRS_2, ..., B_NPLRS_25 res = requestRDMData(…
-
Legacy Market Depth Data
On the select.datascope.refinitiv.com portal, in the Tick History Market Depth Report, we can extract and download the "Legacy Market Depth" view of the L2 data. How can we download this data using the RFA API in C++
-
Customer application requests vendor delayed data from delayed service
The RFA 7.2 application requests vendor-delayed data from the delayed service. It appears that under certain conditions the application prepends "/" to the RICs requested. Any way to control it?
-
For Real-Time API's connecting to an encrypted ADS/RTC, when is it necessary to create a custom K...
...eystore File? For Real-Time API's connecting to an encrypted ADS/RTC, when is it necessary to create a custom Keystore File? Assuming the ADS/RTC is using a COMODO root certificate, it seems that the default Keystore that is used by the Application should work fine. So under what circumstances is a custom local Keystore…
-
What are the different values ORDER_TONE can publish and what they mean?
Hello, we use RFA 8.2 C++ api to consume market data. We want to understand What are the different values ORDER_TONE can publish and what each one of them mean?
-
RHEL8 compatible RFA and Open-DACS libraries
Hi team, we are using RFA 8.2 api's. Do you know if there are RHEL 8 compatible RFA and Open-DACS libraries? Where to get them from?
-
RFA 8.2.1 issues recovering after RTC disconnect (due to container recycle)
We are having issues with an internal built applications requesting market data. The threads are getting snarled up when using RFA Jave 8.2.1 after RTC has a sudden disconnect or the rtc cloud container gets recycled. What it appears to be doing is that the threads are hanging onto the old connection so at this point…
-
Does RFA support RTO (using v1 machine id or v2 client id) like EMA?
Does RFA support RTO (using v1 machine id or v2 client id) like EMA?
-
RFA C++ 8.2.2 Win: Session request through Excel COM Add-in failing
I am trying to migrate our Excel COM add-in x86 build using RFA 7 to x64 using RFA 8.2.2. New COM component works during Unit Test (while making call directly), but when we run via Excel, it fails to send out connection request. No request going out on the wire either. All I see in the log is: [Tue Oct 8 11:43:30 2024]:…
-
RSSLNamespace::rsslConnection, status = { state: DOWN, code: NONE, text: "NONE"}
I downloaded the SDK today and have tried to run the tutorial 8 (https://developers.lseg.com/en/api-catalog/refinitiv-real-time/robust-foundation-api-rfa-java/tutorials#tutorial-8-retrieving-level-1-market-price-data) for getting MarketPrice. However, the login is not succeeding. I get following log:…
-
Exception thrown by RFA API while decoding the Response Messages
Hi Team, We are using the RFA 8.2 C++ API to consume market data. Where can I find detailed information about all the exceptions thrown by the RFA API when decoding response messages such as refresh, status, and update?
-
Use cases then Refresh Message will carry status that tells even stream is closed
Hello, we use RFA 8.2 C++ api to consume market data. We have a application that registers for event completion. We want to understand the use cases when consumer application will receive Refresh Message which carries status that tells even stream is closed?