Hi, we use RFA 7.5.1 Java API. Is there a way to check if an RIC exists? Example - call a method passing RIC as an argument. The method will return, so and so RIC exists/not exists. If there is not a way to achieve this, can I rely on a 'status message' for this purpose? If so, what will be the status message returned, if…
Hi, Masters: I'm developing a Feed Handler based on our RFA C++ 8.2.2.L1 win-static package - an example of StarterConsumer. In the example, the function "StarterConsumer::init()" has a sentence to write message to log file, it's "_pSession = Session::acquire(_cfgVas.sessionName)", when I set the break point at this…
I am referring to document "REFINITIV ROBUST FOUNDATION API V8.2.2.L1" pdf document section 8.3 Data: Response Message Payload. a rfa::message::RespMsg message got from a rfa::common::Event will contain a Map which may have n FieldList. Again similar to my 97802 question: * So user code can receive an update of FieldList…
When user code receives an rfa::common::Event event and if it's a rfa::data::FieldListEnum data, can user assume that a FieldList data any time should only contain either BID or ASK side data? Not both?
Hello Team, We have RFA C++ ver. 7.x application subscribing to 10K RICs. Several times during the market hours the application logs misses updates due to buffer overflow (logged internally by the application). Are the below [numOutputBuffers] setting enough for high volume data updates? What other parameters can be tuned…
When my code receives a FieldEntry, I'd like to check its type whether is expected by calling getEntryType(). Its type is of rfa::common::UInt8. My code also needs to access this entry's data by calling getData(). I was told that L2 market data update timestamp for example FID 6527 is of type UINT64 (LV_TIM_MS) and FID…
Hi, We are using RFA 8.1 API's with MarketByPrice domain. This is in regards with level 2 data. We received an add entry for an order id that already exists in our local book. Symbol : APPS.MC Timestamp : 20220907-06:30:17 EST Order Id : 6.6350B Similarly an update entry was received for an order ID that was not present in…
Hello, I am using RFA 8.1 API's with MarketByPrice domain. I few doubts about ClearCacheFlag and RefreshCompleteFlag 1. If I want to know indication mask in Refresh message, should I use RespMsg::getIndicationMask or Map::getIndicationFlag? 2. What is the correct order of receiving Clear cache and Refresh complete? When I…
Hi, I need some help on a crash we have with RFA Lib in C++ on Linux. We use version 8.2.0L2 of the RFA Libraries to subscribe to OMM feed. We know the reason of the crash; the dictionary of data was outdated (yes it's bad), and a field type was wrong. In the outdated dictionary the field was defined as REAL64 but it…
I'd like to ask you, do you have RFA for .NET Core 5+ (or .NET Standard 2.0+) available for download ?
It looks like you're new here. Sign in or register to get started.