-
Is it possible to subscribe to prices on EMA for MBS securities?
The TermsAndConditionsExtractionRequest for MBS securities returns null for the ric code. So I do not know what identifier I can use when subscripting to a price on the EMA price subscriptions. I have tried the isin/cusip with and without a "=RRPS" suffix with no luck. I also tried the "Entity PermID" and "Issue PermID"…
-
EMA: RICs do not receive updates as expected.
I am using Refinitiv EMA in java to subscribe to market data from multiple services(IDN_RDF and BBG,OYAKBANK(a new channel our bank created to combine both)) . However , I am experiencing an issue where some RICs do not receive updates as expected. For OYAKBANK rics, onRefreshMsg() never triggers after…
-
EMA API Performance improvement
Hi, Please help us to understand how to improve performance with EMA API code to fetch data from TREP server for market updates. We are not getting performance using EMA-API, we have found after our testing that RFA-API has better performance than EMA-API ... can anyone help us to understand what we are missing to tune the…
-
Is it possible to get a list of all instruments available for subscription on Reuters Elektron?
Hi, We are using Elektron Message API C++ edition. We just wonder, if there is a way to retrieve all available instruments that our data feed (using Reuters Elektron API) can subscribe to? I mean, is there any available API call? Any suggestions? Thanks Regards
-
Real-Time SDK can receive quote updates of multiple exchanges
We use Real-Time SDK to subscribe to Real-Time Direct service like below: reqMsg.Name("HCWC.A").ServiceName("DIRECT_FEED"); The problem we face is, when we try to receive updates of RIC "HCWC.A", i.e., we want quotes of the shares being traded on "NYSE American", we receive updates from other exchanges where the company…
-
Search for RICs with EMA library
Hello, I have an application that creates RICs, using specific credentials, on an internal ATS. The name of the RICs created follows a specific patten (all names begin with the same string). I need to retrieve all the RICs created by the application, and it looks like there are two possible options: search all the RICs…
-
Regarding the cause of disconnection from Real-Time-Optimized.
Hi. We are retrieving data from Real-Time-Optimized (hereinafter RTO). Data has been collected from 08:55:00 to 19:30:00 Japan time, but on 2025/02/13, the following message was output at 15:16:11, and we were disconnected from RTO. What was the cause of the disconnection? Also, for the 15 minutes prior to the…
-
How to decode a DACS lock in Java out from the RSSL Update Message
I want to read the DACS Lock from a RSSL Update Message for News RIC NFCP_UBMS At best I can get the Byte Array ( byte dacsLock[] ) from the Byte Buffer. Have you an example how to deal with Byte Buffer vaules? Here is what I can see so far: Decode RSSL Update Message Byte Buffer public void onUpdateMsg(UpdateMsg…
-
RTSDK (EMA/ETA/Websocket API): Supported to run on a public cloud?
Some of our customers are planning to move their own developed application from on-premises to public cloud, such as AWS, Azure and GCP. Is RTSDK (EMA/ETA/Websocket API for all supported OS) officially supported for use on public clouds?
-
we are using java ema and have queries on reissue, emaconfig.xml and fid level subscription
Verify whether we can reliably use a reissue request to safely cause a refresh; (note: The issues I experienced with this (reloading all instruments) was an unrelated GC issue. Further tests have shown that requesting a reissue appears to work fine for a single EPIC – I just need confirmation that this is the right way to…
-
Legacy SFC vs EMA SDK treatment of 0 prices (+0/-0 vs Data::BlankEnum)
Hello LSEG Experts, we have migrated from using the deprecated SFC C++ API to the new EMA SDK and we have noticed that there was a logic in place to handle the reception of signed 0 prices, according to this convention that is also mentioned in this thread: [The positive zero (+0) represents a blank while the negative zero…
-
Auto failover does not work with multi credential if connection failed when constructing OmmConsumer
Hello, Is the auto failover mechanism wont work with multiple credential if connection failure happens in OmmConsumer constructor? Here is my env and repeat steps: RTSDK: 2.2.3.E1 Lang: C++ OS: Redhat 7 In my env, we have 2 servers which can be logon with 2 different usernames. Let say Server_A: username = User_A Server_B:…
-
Error message "the record could not be found" using EMA
When we used the EMA C++ version to register GDAX*.EX contract, we received an error message "The record could not be found", which resulted in the inability to receive market data. Why does this error message appear? How to solve it?
-
LSEG Real-Time SDK
Hi, I have managed to run the code according to this tutorial. But there seem to be some error about the data feed. The system returned my this message and nothing else. Thanks.
-
OmmConsumer constructor never return or throw exception if connection success but login fail
I have a C++ application using EMA API (SDK version 2.2.1.L1) on Redhat 7. When I set OmmConsumerConfig with an incorrect IP and incorrect username, the OmmConsumer() is able to throw exception after 45sec (Text = 'login failed (timed out after waiting 45000milliseconds', ErrorCode=-4052") However, if the OmmConsumerConfig…