Hello, Should a provider send blank values for ripple fields within an image for a subscription? Fields such as TRDPRC_1 ripple to TRDPRC_2, ..., TRDPRC_5. I see that the function of performing the rippling is the responsibility of a consumer. But, should the provider include an initial value (e.g blank) for the ripple…
Hi, We are using the RFA library for MarketPrices and Quote Contributions. We are facing some issues in "_pSession = rfa::sessionLayer::Session::acquire(_cfgVars.sessionName);". when we are running an application with an Admin user, everything works. but when we removed access for that user process was stuck at the above…
Requesting a delayed data for a RIC seems at first straightforward: in RFA just put the “/” before the RIC, and if the delayed data is available it should work. In reality there seems to be a terminology void which makes it ambiguous Take a request for "/AAPL.OQ" (delayed) => I get “F25: Request for vendor-delayed RIC is…
Hi, I would like to know the End of Life for RFA API, so that we can plan migration accordingly. Thanks Bhimrao.
Hello, we have many mutual clients using Refinitiv market data. Our clients use market data adapter that uses RFA api's to consume Level1 and Level2. Recently I came across a document[attached here] which explains withdrawal of version 1 authentication system. So I have following questions in that regard - * Does that…
Hello, we use RFA 8.2 C++ api t get level1 and level2 data. is it guaranteed that api will always give "Suspect" stream status before giving unsolicited "close" on active subscription? We are facing issue with api giving unsolicited "close" on some of the active subscription on same time every Sunday. We also see that we…
We are extract fields from Refinitiv real-time data like this: foreach (var field in updateMsg.Payload().FieldList()) { switch (field.FieldId) { case 3: Sym = field.OmmRmtesValue().ToString(); break; case 19: Open = field.OmmRealValue().AsDouble(); break; ... } The problem is, we encounter the following error message from…
One of our developers is reporting an issue where they are able to subscribe to certain symbols but not others - I've ruled out DACs and exchange permissions (through removing/adding permissions, and creating completely new ID). They've sent the following logs: 10:35:48.315507 [11300] <INFO> <MARKETDATA> <CORE>…
We have an application running on RHEL7 built with the static libraries from the latest RFA SDK release 8.2.4.L1. On shutdown, the application is crashing inside the RFA library. The call stack from the crash is as follows: #0 0x00007fc643a7feb0 in ?? () #1 0x00007fc67787fc28 in…
Hello, we use RFA 8.2 C++ api to consume Level1 and Level2 market data from TREP. Is it always true that if user is DACS entitled for level1 data from certain exchange then he will also be entitled for Level2 data? In other words is it possible to control level1 and Level2 entitlements separately with DACS. I am asking…
It looks like you're new here. Sign in or register to get started.