Hi, I had a reported issue from one of our application Dev team, where some price was in a "stuck" state. This appears to be the result of migrating from BON to RTO. We noticed that the QoS from BON has a QoS of Real:Tick, but when switching to RTO, the QoS is now Real:JustTime. We restarted the ADS, but believe the…
I want to stream tick-by-tick data from an Elektron server. I used example code and built an application. My application sends a request as follows. rsslClearRequestMsg(&reqMsg); reqMsg.msgBase.msgClass = RSSL_MC_REQUEST; reqMsg.msgBase.streamId = next_stream_id_++; reqMsg.msgBase.domainType = RSSL_DMT_MARKET_PRICE;…
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) {…
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…
Hello, i am implementing posting data in my java application and to work on it i was looking at the post examples for ETA ValueAdd/ETA API on RTSDK github, for example…
Hi, We have developed a ETA consumer and tested it on your cloud infrastructure and it all works great (with oauth version 2 and login). now, one for our clients has a VPN connection to your servers and all we have is their user Id (we got from a hand over doc). we were told (one of your technical guys) that it does not…
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…
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…
OpenSSL version: 1.0.2k there will be error message like "Login failure for RWF user "Application1" at host 127.0.0.1. Text:Error querying service discovery: Failed to send a request to the token service. Text:…
Hi, after setting up a new session and a successful login, when sending a MARKET_PRICE request im getting the following error "State State: Closed/Suspect/Already open - text: "Request Rejected: Cannot request item on open login stream 1." i could not find any answer here for this exact error, and since its a fresh new…
It looks like you're new here. Sign in or register to get started.