-
When looking at StatusMsg, RefreshMsg header I see * via ADS/ADH
When I query for a ticker via ADH/ADS I see the "*" prepended in text field of the message header e.g. the following <statusMsg domainType="RSSL_DMT_MARKET_PRICE" streamId="5" containerType="RSSL_DT_NO_DATA" flags="0x28 (RSSL_STMF_HAS_MSG_KEY|RSSL_STMF_HAS_STATE)" dataState="RSSL_DATA_SUSPECT"…
-
Clarification on Solicited vs Regular Snapshot Expected by POP on Initial Request
When a client requests an item for the first time and the POP subsequently requests that item from the provider, can you confirm what the POP expects in the provider’s response? Specifically, does the initial response from the provider need to be marked as a solicited snapshot, or can it be sent as a regular (unsolicited)…
-
RFA session configured with multiple connections
We have a Linux consumer application based on RFA SDK version 8.2.5.L3 running at customer site. The application has an RFA session configured with multiple connections, where each connection provides a different set of services. In section 3.4.6 Login to Session with Multiple Connections of RFA C++ RDM Usage Guide, it…
-
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) {…
-
Java EMA Ommconsumer onUpdateMsg function delay 10-20 seconds
We are doing migration from JSFC to EMA for consuming HK market real-time data. We used OmmConsumer to get the data by onUpdateMsg callback function. The issue happens when the period is during auction close or PM market close. There is around 30k+ number to update during that period. You can see the screendump of log that…
-
NI Provider login fails
Hi team! I've written an NI provider application using RTC. Now I'm trying to login on a pre-production RTDS system. I'm getting the following two logger messages which seem to indicate that the connection is established correctly, but login fails ("non-consumer attempting login"): loggerMsg TimeStamp: 10:29:22.803…
-
リフィニティブAPIに関する問合せについて
<前提事項> 弊社のシステムでは、ADS146.242.129.226 もしくは、146.242.133.226 に接続し、 Enterprise Message API (EMA)を利用してデータを取得しております。 <照会事項> 以下の日時、RICにてEMA経由でデータ取得を行ったところ、 2025/4/24 10:30(日本時間)では取得不可、2025/4/24 13:00(日本時間)は取得可でした。 2025/4/24 10:30 にRIC:DIBJP1WD= について、情報取得できなかった理由をご教示願います。 ・取得不可のRIC : “DIBJP1WD=” ・取得不可の日時 : 2025/4/24 10:30…
-
How can I build EMA binaries for AlmaLinux9?
Hi team! We have to develop an EMA application (non-interactive provider) in C++ to run on an AlmaLinux9 server. I learned to create a Docker image with RTSDK - following your excellent instruction https://developers.lseg.com/en/article-catalog/article/deploy-and-run-elektron-sdk-docker - and it worked fine for…
-
Does the Parallel publishing works fine using ema to publish data to TREP.
I am trying to publish the data to TREP using EMA (OmmConsumer)able to publish multiple RICs at a time but when the same thing I am trying to publish parallelly I am getting the values mixed up of other to one which field is null…. Can anyone please help me out for the same… Thanking in anticipation…… code snippet that I…
-
Is it possible to import Bloomberg data into TREP-RT and if so, how?
Is it possible to import Bloomberg data into TREP-RT and if so, how?
-
on-prem trep server infrastructure and public web api end point usage details.
Hello LSEG Team, We using on-prem TREP and Websocket infrastructure currently to get BID/ASK and VALUE_DATE fields of some FX RICs via our .net application. We are getting all related data continuosly without any problem. However we want to demise our TREP infrastructure. We have some users use this infrastructure as well.…
-
I am using omm consumer app. It is missing directory on startup
To explain the scenario There was restart of trep, provider and consumer application. and now Trep is up and Consumer is up but provider still down. Now at this point consumer is not getting the directory from trep. Now when provider start publishing to trep and now consumer tries to get directory then it is getting the…
-
TREP interface
Hi, our team has the task to write a C++ application that streams FX market data to a TREP system. We have downloaded all EMA guides and installed RTSDK, but there seems to be no reference to TREP. Are there any interface specifications or guides that could help us with our development? Is there a test system (UAT) we…
-
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…
-
Using LSEG Data Library for Python
Hi Community, I'm using Python library to consume data from our RTDS and wondering were I should configure my pending instrument request size matching the OpenWindow of our RTDS ADS servers? I looked at the Github example for the configuration files showed over there but unable to find any setting for max outstanding…