Our client developer is working on EMA adapter to subscribe to streaming data via RTMDS. They have shared the configuration details below. Their adapter is based on C#.Net using EMA sdk library. However, they are unable to connect and are getting following message: EMA (OnInvalidUsage callback function) - Error text: login…
Hi, my client (BofA) is using RTO (machine id: GE-JCK2D3OLJIFE) and currently is able to extract pricing data (MMT_MARKET_PRICE ) for e.g. RIC </MTL.L> but once changing domain_type to MMT_MARKET_BY_PRICE or MMT_MARKET_BY_ORDER then he gets a status message with state set to: "Closed / Suspect / Not found / '**F2: Not In…
We upgraded the jar version from 'com.thomsonreuters.ema:ema:3.3.0.1' to 'com.refinitiv.ema:ema:3.8.3.0'. We are using the OmmConsumerClient interface to establish a connection to our on prem Reuters servers. We are using the EMAConfig.xml route to connect to the servers. Upon upgrading the jar version we are getting below…
Hello, We are encountering the below exception when trying to connect to the RTO endpoint for service discovery: Failed to query RDP service discovery for Refinitiv Rto. Error text: failed to submit authorization request, exception = Certificate for <api.refinitiv.com> doesn't match any of the subject alternative names:…
Hi All, A new API EMA has been created but the team are receiving a “connection type disallowed” log output msg in the ADS log. Websockets / 15000. The DACS id has been successfully tested in the DACS GUI. Any ideas? Many Thanks
Hi There, Our DEV team have coded using LSEG.Data (2.0.0). They would like to request historical close prices for specific dates, will this be possible? LSEG API code being used = LSEG.Data (2.0.0) Developer specified LSEG.Data.Content.HistoricalPricing & LSEG.Data.Content being used in their code. The DEV team require…
We have a Real-Time SDK application that has the following: class ConsumerClient : public access::OmmConsumerClient { public: ConsumerClient(…) { … } protected: void onRefreshMsg(const access::RefreshMsg &msg, const access::OmmConsumerEvent &event) { processState(msg.getState()); } void onUpdateMsg(const access::UpdateMsg…
Hi. question regarding RTSDK example 470_MP_WarmStandby. I am subscribing to Directory domain stream to get service statuses. with ChannelSet failover when after registering to dictionary domain, I can see refresh as expected. when using WarmStandby mode onRefreshMeg handler in client is not called (Login and dictionary…
I'm uising below Java code to publish data. Recently there is an issue that Display Name has some non ascii chanarater. Please advise if there is any bug. case MfFieldTypes.ALPHANUMERIC : case MfFieldTypes.LONG_ALPHANUMERIC : nestedFieldList.add(EmaFactory.createFieldEntry().ascii(fid, field_value )); break; Values at RIC…
Hello, I am using EMA Java latest version (3.9.2.0) I am implementing an RTO WebSocket implementation, and from what I encountered and read, you cannot download the dictionary from the WebSocket version of the RTO. Given this fact, I am using the FileDictionary to make the EMA load it from local files. The problem I have…
It looks like you're new here. Sign in or register to get started.