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…
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…
It looks like you're new here. Sign in or register to get started.