Hi I want to save RefreshMsg to file and later replay it. I saw the forum has getEncodedBuffer and setEncodedBuffer but I can't fine it in Ema. I saw there is an example in unit doing this: rsslEncodeMsg(&encIter, (RsslMsg*)&refresh); But what I have is RefreshMsg not rsslRefreshMsg, when I tried to do encoding above it…
Hi, While doing component failovers in my application, i noticed following error (I am using realtime sdk - ema api/). What does that mean? What should i do to avoid these errors. (As it seems, login re-issue has been successful in second attempt) Failed to reissue login request. Reason: RSSL_RET_INVALID_DATA. Error text:…
Hi Team, As we know, there are 3 type of Template# is using by a chain May I know how to know which Template# is using by a chain ? Thanks
I have some questions about the discovery process for EMA connections. What we are currently using is just lifted from some sample code from about 2 years ago and looks like class EndpointDiscoveryClient implements ServiceEndpointDiscoveryClient { public void onSuccess(ServiceEndpointDiscoveryResp resp,…
Hello everyone, We connect to an in-house server using the "Ema" topology and consume ric through the server. We want to change the structure and consume ric directly over the cloud (RTO). Will the 3.6.7.3 version of the "ema" we use now be sufficient for us? If not, which version should we upgrade to? Thank you in advance…
How can we differentiate RIC chain and RIC with actual market data. (I am trying to implement one consumer client for Chain decoding and the other client to handle actual data). I am using java ema API to build consumer application. Example chains that i am subscribing (0#/FINRCORPORATE, 0#/FINRAGENCY) And also can you let…
Hi, We are using the EMA API in order to connect to Refinitiv feed. We want to get the information about the Enumerated Types Dictionary (domainType = EmaRdm.MMT_DICTIONARY, name = "RWFEnum"). In the documentation: https://github.com/Refinitiv/Real-Time-SDK/blob/master/Java/Ema/Docs/EMAJ_RDMUsageGuide.pdf (page 71), we see…
Hi, I am using version 1 authentication in my application done on top of EMA RealTime SDK (C++). For each system we are using a different machine account having separate USERNAME, PASSWORD and CLIENT_IDs. Can you please direct me to the documentation i should refer to identify password rotation policy ?
Hi, I am using Realtime SDK C++ EMA API in my application and I am subscribing to 1000 RICs max. Number of price fields per RIC is 7. In which rate should i expect to receive price updates. Is there a certain way EMA lib expects my application to handle excessive rates ? e.g. using pause while doing heavy work within the…
Hi, we are designing a system that will have to forward to kafka some real time data received via the EMA API. For resiliency issues we need to have 2 instances of this gateway running, one primary and one secondary that should be activated in case of fault of the primary one, both connected to the refinitiv stream. The…
It looks like you're new here. Sign in or register to get started.