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…
Hello , We are using RFA 8.1 C++ api to consume Level1 and Level2 market data we are interested in understanding whether the value of StatusCode in the following scenarios is fixed or variable: * When a non-authorized user subscribes to a RIC, the current statuscode is NotAuthorizedEnum. Is the value of StatusCode…
Hello team, we use RFA 8.1 C++ api to consume Level1 and Level2 market data. We observed that api is giving stale data callback for all subscribed symbols and api forcefully closed subscription even TREP connection is not down actually, DataState : Suspect StreamState : Closed StatusCode : NotFound StatusText : For symbol…
According to the RFA Developers guide as well as posts in this forum, RFA7.6 and later support Encryption, however when I try to enable encryption in RFA7.7 I get the following error: 2024 Apr 17 19:18:28.406 ST GMT+00:00 4296 8F2A1740 463 TRACE <- Received LoggerNotifyEvent: [Wed Apr 17 19:18:28 2024]: (ComponentName)…
Hello, we use RFA C++ 8.1 api to consume Level1 and Level2 market data. One of our mutual client wants to get timestamp that is available in summary[E.g. TIMACT_NS] of MBP domain. Basically this timestamp represents last activity time for entire message[& not the individual row update]. If we need similar timestamp in…
We have an application named Rate publisher where we are fetching the real time rates from RTDS server. Below rfa parameters for the reference. We have a connection Time Out Parameter defined as 350000 ms. Our aim is whenever a ADH disconnection, application should wait for 35 sec before sending an alert. However, this…
Hi, I have a customer that migrated an application from very old SSL (they named it as Triarch SSL, I think it is Marketfeed SSL) to RFA 7. They found a strange behavior in some RICs like .SAR1MC in prices being displayed in field TRDPRC_1 because when requesting RIC during the day, the value is completely wrong and change…
It looks like you're new here. Sign in or register to get started.