-
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) {…
-
Diff of eta3.7.2.L1.linux.rrg vs eta3.6.1.L2.linux.rrg
We wanted to check the output messages which we send back to our users along with the Symbol name and other fields. We tried our subscription with two different versions. For eta3.7.2.L1.linux.rrg it shows the RIC name while for eta3.6.1.L2.linux.rrg it does not. See SS. Questions: Could you explain why there’s a…
-
Receiving market data from RMDS using Real-Time SDK - Java Enterprise Transport API
Hi, We are using Real-Time SDK - Java Enterprise Transport API (Real-Time-SDK-2.3.1.L1.java.zip) for receiving market data i.e. FX currency rates from RMDS. We have used consumer.java from examples folder of the API. We need help in below points. Currently we are receiving multiple field data for a RIC code. We just want…
-
Empty RSSL_MC_REFRESH messages
I am using RSSL ETA service BPIPE. When I am connecting I see that some of the RSSL_MC_REFRESH messages that come are with null fields. The FIDs are present but all the values are null. Is this common? Also, In the lifetime of a request we receive the Refresh message only once right, that too in the start? What is a delta…
-
Beginner Guidance for LSEG SDK APIs, RTDS, and Refinitiv Workspace (Java)
Hi Community, I’m a beginner and aiming to become proficient in LSEG SDK APIs, RTDS (Real-Time Distribution System), and Refinitiv Workspace. I’ve chosen Java as my programming language and would appreciate guidance on the following: Where should I start as a complete beginner? Any recommended learning path or sequence for…
-
We're intermittently seeing errorcode "A47: Insert has non-unique tag." when posting to a NIP
We're seeing errorcode "A47: Insert has non-unique tag." when posting multiple SYMBOL_LIST refresh messages in quick succession. When posting f.ex. 100 sequences of market price refresh, symbol list refresh 3 times and market price update in quick succession, we get the above message intermittently and only some of the…
-
what is a mount vs connection vs channel
Hi team, Can you please provide some clarifications to the below question. Next to performance this also relates to limiting exchange fees by requiring simultanous access. When Devs See/Create in ETA The OS network layer sees The OS processors see From a MD Administration point of view, it can be seen as RsslChannel…
-
Request for Static IP Addresses of Real-Time Optimized Pricing API Streaming Endpoints
Hi Team, I’m currently integrating with the Refinitiv Real-Time - Optimized Pricing API and need to configure firewall rules to allow traffic to specific streaming endpoints. Could you please provide the static IP addresses for the following hosts? ap-northeast-1-aws-1-sm.optimized-pricing-api.refinitiv.net…
-
When does RsslPing fail?
I was just curious about this. I wanted to know what are the possible reasons why rsslPing can fail. Also what should we do regarding this. Like is it good to disconnect and reconnect?
-
Timestamps in Bpipe
Hi I am using Bpipe service from ETA. can you please tell which time zones are used for fid: 880, 17, 5, 1067, 875. Also I wanted to know what is the rollover time. So as per what I understand there is not one field that has dateTime together.(Correct me if I am wrong please!) for exchange time stamp (xts). So I am using…
-
Invalid subscriptions on BPIPE.
I am using ETA, service BPIPE. I wanted to clear out some things @Jirapongse : When we try to subscribe to a security with an invalid name, do we directly get a RSSL_MC_STATUS messae (rsslStatus Message) with message.statusMsg.state.dataState as maybe RSSL_DATA_SUSPECT and streamState as RSSL_STREAM_CLOSED or do we first…
-
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 ?
-
Hi, do you have latency statistics for ETA?
-
Regarding rsslReadEx return code
Needed some help with using the ETA library to connect to servers. We were facing issues with connection reset by peer and as per lseg we were not consuming faster enough. I believe I found the issue in the code were we are not consuming from the library properly. However with the change am not seeing the behavior as…
-
Using ETA with onload
Hi, Can we use ETA with solarflare onload for kernel bypass for the tcp connection? Am currently running out application using onload but doesn't look like this ETA connection on 14002 is onload accelerated. Is there a way to enable it? Appreciate if you can share any examples. Thanks.