Hi, We are using ETA library with Watchlist enabled. By increasing number of buffers, frequency of disconnection has been improved a lot. But in such a unfortune situation, How we can recover form such a type of disconnection ? Client application should connect again and subscribe for all tickers. Thanks in advance Bhimrao.
Hi, We are using ETA Watchlist. Do I need to send RSSL_MC_CLOSE on shutdown or rsslUninitialize() will take care of it in ETA ? Thanks in advance /Bhimrao
I have multiple clients connecting to my TREP FH. Now since they are subscribing to same Symbols, the payload for any update message will be same at any given point of time. If there is a way to create copies of the payload after encoding once?
I am using ETA Java to connect TREP I've receive the SourceDirectoryUpdate from server with the following message F9: Service has gone down, Will recall when service become available I have the following questions: 1. After the service is up, what message will I be received? 2. Should I do reconnect when I receive this…
I have the refinitiv consumer example programs working I want to see a working request/response(s) for a symbol list This is the -sl option You need to provide a name for the symbol list I want to know what name will work I tried -sl 0#ITEMS but received <statusMsg domainType="RSSL_DMT_SYMBOL_LIST" streamId="400"…
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?
It looks like you're new here. Sign in or register to get started.