-
Clarification on Solicited vs Regular Snapshot Expected by POP on Initial Request
When a client requests an item for the first time and the POP subsequently requests that item from the provider, can you confirm what the POP expects in the provider’s response? Specifically, does the initial response from the provider need to be marked as a solicited snapshot, or can it be sent as a regular (unsolicited)…
-
RFA session configured with multiple connections
We have a Linux consumer application based on RFA SDK version 8.2.5.L3 running at customer site. The application has an RFA session configured with multiple connections, where each connection provides a different set of services. In section 3.4.6 Login to Session with Multiple Connections of RFA C++ RDM Usage Guide, it…
-
AppLogger | rfa.log file append option
Hi Team, We are using RFA C++ version 8.2 to consume market data. I want to understand if I need to append the AppLogs to the existing file rfa.log only rather than renaming the existing one to rfa.log.OLD. Is there any possible way to do that? I understand there are options provided where I can create a uniquely named…
-
Item list configuration details
Hello team, We are expecting market feed using RFA C++ 8.2 api, by configuring itemList parameter (RIC) as CAD= Is it possible that, if I configure CAD=<XYZ>, where XYZ is short name for contributor, I will get market feed from only XYZ contributor. If my understanding is correct, can I have multiple contributors…
-
Client asks clarification on the following sentence:
Customers must migrate to strategic APIs by 28 February. However, RTMDS will continue to support Marketfeed and SSL until Q2 2027, so the unsupported legacy APIs will continue to work until then. Why they MUST migrate by 28 Feb if it'll will work up to Q2 2027?
-
Polling for EventQueue
Hello, we use RFA 8.2 C++ api. We are trying to understand how EventQueue can be polled using select call? The current usage pattern is to call EventQueue::dispatch but that requires dispatch() to be called at certain interval and can not be multiplexed with other event FD's.
-
Connecting to more than one TREP end points
Hello, we are using RFA 8.2 C++ api and Open DACS 7.8 api to consume Level1 market data. We are working on requirements from one of our mutual client who wants us to connect to multiple TREP servers to get market data. We have a application that connects to TREP and redistribute the market data to the trader application.…
-
Regarding update and subsequent messages in DIRECT_FEED subscription from RFA 8.2 for C++
Hello, We are subscribed to multiple currencies using direct feed and we ask rate, bid rate and contributor name for same. When first time data is received for currency all the fields are received and updated fields in subsequent update messages for the same currency(We are using streaming way of getting feed using RSSL…
-
Filter Broker/Contributor using RFA
I am using RFA v8.2 C++ edition, is there a way that I could filter on a particular broker/contributor if I do not wish to receive updates from that broker/contributor?
-
How to throttle response using RFA
If I have 10 RIC in the itemList and perform a sendItemRequest() for each of them, is there a way that I can throttle the responses with the RFA event queue dispatch() API? Say I just want to receive the feeds for those 10 RICs once every 15 seconds. I looked at throttleEnabled, throttleBatchCount, throttleType but they…
-
Timestamp when event was received from network into RFA api library
Hello, we are using RFA 8.2 C++ api to consume Level1 and Level2 market data using MP/MBP/MBO/Limited Level 2 MP domain. We are on a hunt to know latency in systems for both Level1 and Level2 feeds programmatically. We would like to know programmatically the timestamp when particular market data tick has arrived in the api…
-
RMDStestclient download and configuration
I am using C++ RFA 8.2 to retrieve market data feeds. How can I test with rmdstestclient with a rate of feeds that mimic actual market data feeds rate from LSEG. Where can I download the rmdstestclient/sink_driven_src from and is there any documentation providing the usage and configuration?
-
API Compatibility with RFA 8.2 : CentOS 9 (Red Hat Enterprise Linux 9.x, 64-bit)
I have the RFA8.2 package, which includes the "RHEL8_64_GCC831" libraries—the highest version of LIBS available. I want to run our application on CentOS 9 (Red Hat Enterprise Linux 9.x, 64-bit), but the RHEL9 libraries are missing. Could you tell me where I can obtain the RHEL9 libraries? Moreover, I checked the…
-
Open DACS TCP connection
Hello, we are using C++ RFA 8.2 and Open-DACS api 7.8 version. We are facing issue with DACS TCP connection. We have configured following for DACS connection but our application never attempts a TCP connection to DACS multiplexer. Since TCP connection is handled by Open-DACS api so we have not way to debug why TCP…
-
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!