I am looking to expand a future chain RIC like 0#SRA: and an option chain RIC like 0#FEI+ using Real-Time C# SDK. Any thoughts if it's possible?
Hi, Sorry for this silly question. I understand that LSEG and Microsoft are in a strategic partnership. The word is they want to supply AI driven tools etc I wondered if LSEG /Microsoft have tried training AI on the APIs examples/documents, for the benefit of developers. My particular focus is trying to help our developers…
As of right now I am checking if value is not Blank before processing. Something like: while (field_list.forth()) { const auto &entry = field_list.getEntry(); int16_t fid = static_cast<int16_t>(entry.getFieldId()); if (entry.getCode() == refinitiv::ema::access::Data::BlankEnum) { continue; } try { switch…
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…
At 02:01:05.465 on 21 Dec 2025 (UTC), Reuters returned the following log: [pool-5-thread-1] [WARN] com.refinitiv.ema.access.OmmConsumerImpl - loggerMsg ClientName: LoginCallbackClient Severity: Warning Text: RDMLogin stream state was changed to suspect with status message username <not set> usernameType <not set> State:…
Hello, I am currently using C# to get market data and wondering whether the data is being conflated from the server (3 update per second?) Below is snippet of my LSEG.Ema.Access.RequestMsg private static RequestMsg CreateEquityRequestMsg(InstrumentSymbol instrumentSymbol) { var fieldArray = new OmmArray();…
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…
Hi Support, For our application design, the program called register and unregister data field sequentially. The problem unregister all registered FID before registering new FID. For example, we need FID 1,2,3 register FID 1 unregister FID 1 register FID 1,2 unregister FID 1,2 register FID 1,2,3 The steps above is executed…
Hello, on MARKET_BY_PRICE domain we're receiving a MapEntry which value has a suffix "-E". For Example: MapEntry action="Add" key dataType="Buffer" value="3133 3430 302E 3042 2D45 13400.0B-E" or MapEntry action="Update" key dataType="Buffer" value="412D 45 A-E" What do these mean? What is the difference compared to normal…
What are the recommended best practices for handling errors received via the OmmConsumerClient::onStatusMsg(StatusMsg, OmmConsumerEvent) callback? On Saturday morning, a number of our subscriptions received status messages indicating Closed / Suspect / Not Entitled / Reverify. These messages were delivered via onStatusMsg.…
It looks like you're new here. Sign in or register to get started.