-
How to send a symbol request
I want to send a symbol request to the Elektron ETA service. From an example at https://github.com/Refinitiv/Real-Time-SDK/blob/master/Cpp-C/Eta/Applications/Examples/Consumer/rsslSymbolListHandler.c, my code looks like below RsslRet encodeSymbolListRequest(RsslChannel* chnl, RsslBuffer* msgBuf, RsslInt32 streamId) {…
-
Vba macro code to pause updates or resume updates
Hello Team, Hope everyone is well on your end, apologies for asking but can you assist with one of our client's query please? (CASE#15599046) "In reuters excel, there is a data tool to pause updates or resume updates, may i know if this is something we can use vba macro code to control?" Thank you in advance
-
Is there a way to get the spot date of a pair ?
Hi, Is there a way to get Spot date of a given RIC/Pair , if relevant of course ? through the messages received part of the fields received through ETA or separately in another way ?
-
where do I get the latest dacs_lib.h and libdacs.a files
where do I get the latest dacs_lib.h and libdacs.a files I downloaded Real-Time-SDK-2.3.0.L2.linux.zip and it is not in that.
-
rsslInitChannel query
Hi! In the https://github.com/Refinitiv/Real-Time-SDK/blob/825c4c2113da5389d5f927cfbcadd7c2be495b18/Cpp-C/Eta/Applications/Examples/Consumer/rsslConsumer.c#L680. case of RSSL_RET_CHAN_INIT_IN_PROGRESS, it is breaking out of the loop, in the else case. Where as what I see in the docs is that subsequent calls to…
-
ETA big batch request limitations
I am required to subscribe to around 14K items, using the code in ETA tutorial with combination of batch request, I was able to get roughly 600-1000 items, depending which items I request (short names or long), is there a config parameter that can increase the amount I can send, and if the limitation is not in the API,…
-
How to set username in ETA
I am developing using ETA, I used tutorial 4 code and managed to get a view of several RICs , Now I am required to get data from a different service which requires a user I saw in one answer for a different question , they say to set loginRequest.userName after rsslInitDefaultRDMLoginRequest using a setString function, I…
-
US Municipal bonds - LSEG products
Can you please advise the products LSEG offers used in the US Municipal world, i need tools to be able to price municipal bonds current and historical prices using benchmarks, trade and quote prices, and comparables data. Right now I have an Eikon kiosk, which has the municipal bonds calculator and comparables data access,…
-
Performance difference between RealTime SDK C/C++ vs RealTime SDK CSharp
Hi, Is there a place or some kind of documentation regarding what is Ultra performance and what is High performance (what is listed in the detail of each API) ? What is the difference in performance between the 2 API considering they are ran on the same machine ? I am assuming the C/C++ API is faster, but is there a…
-
Real Time SDK get only some fields from the provider
Hi, I am currently learning the SDK, while trying to learn the ETA tutorial 4, I was wondering if there a way, when subscribing to market data for specific pairs, is it possible to get only specific fields (namely ASK, BID) ?
-
How does a UPA server handle duplicate login credentials from different servers?
We have a total of seven different UPA consumer applications each on a different server targeting a handful of different UPA servers. Until recently, we had five of these consumers all targeting the same UPA server (same IP/port configuration). Simply because it has worked historically, and because we did not want to break…
-
Add RIC-s to batch request ETA
Hello, We are using the ETA C SDK, connected to RTDS to receive real-time data. A batch request is sent to subscribe for certain instruments. (like shown in TransportAPI_C_DevGuide 13.7.4) Closing stream-s is implemented as well. (like shown in TransportAPI_C_DevGuide 13.7.6) Is there any way to "add" RIC-s to an already…
-
Under what conditions should I recall rsslConnect and/or rsslInitChannel for an RSSL Consumer in ...
...the event of disconnection? Hi, I am trying to flush out disconnect handling for an RSSL Consumer connecting to a UPA server and I have some questions. The connection type this question is relevant to is RSSL_CONN_TYPE_SOCKET. I am first wondering if there are any general guidelines on usage of rsslConnect and…
-
rsslEncodeFieldListComplete segfaults.
Hi. I am encoding a market price update message and rsslEncodeFieldListComplete receives SIGSEGV. Any ideas what the cause might be? As far as I can tell I am following the proper sequence of rsslEncodeFieldListInit, rsslEncodeFieldEntry, rsslEncodeFieldListComplete. In gdb, "disas" shows the following line where it…
-
Can you help clarify my understanding of requesting RICs via a symbol list request?
Hi. I am looking to get a list of all RICs for Shanghai Stock Exchange equities and Shenzhen Stock Exchange equities. I have been referencing this article (https://developers.lseg.com/en/article-catalog/article/all-rics-available-on-elektron-realtime) and I recently found this tool…