The RsslEncodeIterator structure is RTSDK 2.0.6 typedef struct RsslEncIterator { RsslBuffer *_pBuffer; /*!< Buffer to encode into, should be set with rsslSetEncodeIteratorBuffer(). RsslBuffer::length should indicate the number of bytes available.*/ char *_curBufPtr; /*!< The current encoding position in the associated…
I am relatively new to ETA Java development. I want to ask if there are additional symbol attributes that we can get via SymbolListHandler or DirectoryHandler (chain rics). I am specifically looking at ISIN and the primary code from the exchange. Otherwise, can I assumme that the RIC code follows this naming convention…
The ETA consumer example application has fixed limits for many of the items coming back in the RSSL messages. If for instance there are more services in the directory service response than the application can handle it simply errors. Or if a particular string length is larger than it is expecting it simply errors Are there…
...m the Java ETA API Hi, I am using the Java ETA API (https://github.com/Refinitiv/Real-Time-SDK/tree/master/Java). I think there is an issue with the way the _readLock and _writeLock are handled in the class SelectableBiDirectionalQueue (package com.refinitiv.eta.valueadd.common). Indeed, on the method read()…
Reading the OPEN MESSAGE MODEL WHITE PAPER document, I don't understand how the Refinitiv wire Format (RWF) interacts with the Open Message Model and Domain Model+RWF If there is any picture, a diagram that would visually explain the operation for newbies with RWF+OMM?
We are upgrading our application to use ETA API for Shanghai International Energy Exchange. Most of the symbols for this exchange publish incorrect TURNOVER (FID#100) with an extra digit. For example, ILUH3 on Nov 2 10:55AM shows: ETA: <!-- rwfMajorVer="14" rwfMinorVer="1" --> <UPDATE domainType="MARKET_PRICE"…
I have a C ETA consumer application which allows connections to be made to RTO. At the customer site, they lost their connection to RTO but it didn't recover as expected and had to be restarted. After restart the application worked as expected. The question I have is - if an RTO endpoint disconnects, can we just reconnect…
Posting inquiry in behalf our client. Hi Team, Client tried connecting to RTO using the new Real-Time-SDK-2.0.6.L1. Has someone encountered the specified error below. Thanks in advance. ERR 2022-10-03 03:32:48.200145 3094 gng/rtsdk/endpoint.cc:836> jid[0] Refinitiv Fish failed to start excp_toString[Exception…
We are upgrading our application to use ETA API. To read date FIDs, we use this class com.thomsonreuters.upa.codec.Date. It has a method named month() to return the month in integer values. My question is that does it always return 1 to 12 to represent the months? Are there scenarios where the month will return 0 to 11…
Hi, We are using ETA C++ library to connect and fetch data from TREP. sometimes, we saw an error message in TREP/ADS "disconnected due to an overflow condition" . And we observed that our connection is terminated by TREP and data Market data update has been stopped completely until restart of a component. Please help me to…
It looks like you're new here. Sign in or register to get started.