-
What is rfa::rdm::MMT_MAX_VALUE and how it's different from other MMT
Hi Team, We are using RFA8.2 C++ API to consume marketdata and we came across the Message Model Type MMT_MAX_VALUE. What exactly this message model type means and how it's different from MMT_MARKET_PRICE, MMT_MARKET_BY_ORDER and MMT_MARKET_BY_PRICE? Thank you in advance!
-
Is any upgrade planned for RFA libraries after RFA8.2
Hi, We are using RFA 8.2 libraries in our application. We see some vulnerabilities in RFA code with our internal scanning, Can you share latest available version link to download. We want to verify if those vulnerabilities still exists.
-
Requesting specific field from REFRESH/UPDATE message
Hello, In RFA C++ api version 8.2, is it possible to request value of specific field? or only way is to iterate on the container? E.g. auto bidPrice = msg.Get(BID);
-
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…
-
Safe and correct way to convert REAL to Int
Hello, We use RFA 8.1 C++ api. We have a use case where we want to convert REAL type to int using DataBuffer. We accept the fact that doing this will result in data truncation. I can do it in two ways but what is the most accurate way to do it? Assuming DataBuffer contains REAL type - A. dataBuffer.getInt() B.…
-
How to know if FID 3754 SCALING is multiplier or divisor?
Hello, we are using RFA 8.2 C++ api for consuming MP domain prices. After looking at FID 3754 SCALING, it is not clear if that field is multiplier or divisor. How to we know it?
-
RFA 8.2.3 and LPC 1.4.0
When using the subjected to get real-time rate feed to my treasury application, I'm getting the error below.. Kindly assist: <lpc.snkRsslServer.14002: Debug: Wed Mar 12 19:29:59.559573 2025> RSSL disconnect from host "" at address on channel 17. Reason: rsslInitChannel() failed with code -1. Text:…
-
RFA JAR
I'm working with Calypso Treasury System. How can I get the new RFA JAR file?
-
RFA 8.2.3 and LPC 1.4.0
Hi, In my treasury system, Calypso, I have configured rfa-8.2.3 to stream live market data from LPC server. I have configured 3 users for 3 separate services. When I run one of the services in the treasury system, I'm getting the error below in the LPC server: Logging out client ipcSession.7 on socket 23 from source…
-
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(…
-
"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…
-
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…