I am trying to access the market data using Eikon data API c++ ( Refinitiv Real-Time -- Optimized). ---> Is this the correct API for C++? If yes, I am using the cons113 example to test connectivity into RTO , To set up the configuration I have my userID, password, client ID, However I am not sure what the consumer name…
I am trying to read data for an instrument using RTSDK/C++. I have copied the sample code from Examples/Training/Consumer/400_Series/450_MP_QueryServiceDiscovery/Consumer.cpp and added a handle variable: // Query endpoints from RDP service discovery for the TCP protocol ServiceEndpointDiscovery serviceDiscovery(tokenUrl,…
Can we quickly know the supported domains for a specific RIC on the RTO's ELEKTRON_DD service? e.g., RIC '1SILK' supports MBP and MP real-time data retrieval. How can achieve this? through some symbol list service (not sure about that)?
Dear team, I am using EMA-API version 3.6.5 to consume Market price data from our ADS server. I am getting the following error for some of the items. Could you please help me to understand regarding this error? Open / Suspect / None / 'Refinitiv Wire format conversion error.' I am subscribing the dictionaries from ADS e.g.…
EMA: Is that possible to have partial success batch request? i.e., only part of the RICs were subscribed successfully. Furthermore, what's the status message will be received in such case? And except for the 'Closed ACK' status message for the normal batch response, any other response or exception will be received for the…
We use Refinitiv EMA API to send request and receive stream data (interestAfterRefresh = true). We had run the same program with in 2 different servers. No error returns from one of the server, but in another server, most of the RIC Codes requested is time out. Here is a screenshot for a portion of the RIC Codes: We had…
Hi, I have a requirement that I need to create a database of snapshot values for a list of RICs in a given interval say 15 minutes. I have the below code that runs for every 15 minutes and it did the job. OmmConsumer consumer = EmaFactory.createOmmConsumer(config); ElementList ricBatch = EmaFactory.createElementList();…
Sometimes we met the timeout in the RTO large batch subscription. Any suggestion / experience on subscriptions of large batches? e.g., subscribe 2000 ~ 3000 RICs in a batch, continuously for 100K RICs. The aim is to subscribe all those RICs without timeout while do the whole subscription procedure as fast as possible.
We are attempting to identify origin of latency by subscribing to different layers of our infrastructure. 1. At the client ADS level - from our alias "trep-pcarl..." - this rmdstestclient and the app from which this code snippet is taken - runs ok. 2. When connected to the MFA, The command line run and the app throws this…
I want to efficiently take a message from the inbound queue manged by the SDK and add it to a local queue - making this the only function of that thread. A simple assignment is only copying a pointer, not the data itself. Using this pointer later leads to all kinds of data corruption issues as it has been deallocated in…
It looks like you're new here. Sign in or register to get started.