Hello! I would like to filter the FIDs included in messages. From what I understand, dynamic views let you specify which FIDs you want in your request so you only receive those specific fields—please let me know if I’m mistaken. I also came across the concept of server-side filtering. Could you explain what that entails?…
@Jirapongse I am sending subscription requests. My understanding is that if the interval between requests is less than pingTimeout/3, we don't need to send a separate rsslPing heartbeat. So, is it correct that we only need to send a heartbeat if there is a period where no requests are sent and that period exceeds…
For every other market I use either the old fields PRC_QL_CD, PRC_QL2 and try to figure out what indicates the change of the market session from opening autcion to continuous trading, etc. Also for the more user friendly exchanges I use the enumeraed INST_PHASE field. My problem with the Nasdaq basic, is that none of them…
Hello. I have a question: Some Market Price Update messages have ASK (FID 25) but no ASKSIZE (FID 31). Some other Market Price Update messages have ASKSIZE (FID 31) but no ASK (FID 25). If ASK is present but ASKSIZE is missing, does it mean that the last ASKSIZE is still valid and should be used? Thanks.
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…
It looks like you're new here. Sign in or register to get started.