When we receive a StatusMsg like the following StatusMsg streamId="5" domain="MarketPrice Domain" state="Open / Suspect / None / 'Request timeout'" name="TICKER" serviceId="10" serviceName="ELEKTRON_DD"StatusMsgEnd Is it possible to close this stream with the given streamId when this occurs. This is to prevent EMA from…
How should an EMA consumer handle a MarketPrice Status message received with the state component publishing StreamState == OmmState.StreamState.CLOSED_REDIRECTED? Could you please provide a RIC that results in 'StreamState.CLOSED_REDIRECTED' for testing purposes.
Hi, I am testing "Force Logout From DACs" with my pricefeed simulator and application. Whenever "Force Logout From DACs" is received to the application, it carries out following actions. I am using ema3.6.6.L1. m_consumer->unregister(m_loginHandle); m_loginHandle = 0; delete m_consumer; m_consumer = nullptr; m_consumer =…
Hi, I am using ema3.6.6.L1, Recently my application stopped receiving elektron price updates with above error. As mentioned in https://community.developers.refinitiv.com/questions/87314/rto-force-logout-from-dacs-in-the-ema-login-domain.html, this should be handled by the application whenever error is "Force Logout from…
Hi, I am using MMT_SYMBOL_LIST to get Chain RIC. I found some rules of the Chain RIC in the picture below. I uesd the code below to get the HKXG main board symbol list. consumer->registerClienReqMsg().domainType(MMT_SYMBOL_LIST).serviceName("ELEKTRON_DD").name("0#MBD.HK"), client) But I was unable to ues the code below get…
Hi, Currently, I am using C++ EMA. After accepting the market for a period of time, I received the following two messages. ``` StatusMsg streamId="3256" domain="MarketPrice Domain" state="Open / Suspect / None / 'F15: HS Failover.'" name="2051.HK" nameType="1" serviceId="27" serviceName="ELEKTRON_DD" StatusMsgEnd ...…
Hi team, Client was getting data from EMA, BS183328859=RRPS 。 askYield=111778687038436 bidYield","type":8,"value":117496405185348 he suspects the ask and bid yield are too big Could you pls kindly confirm above? Thank you!
Hi My customer is suffering channel down when they subscribe around 5000 RICs on one application. Program Language - Java RTSDK Java edition (EMA) is being used. We are using sample code ( ex450_MP_QueryServiceDiscovery.Consumer ) The channel down can not be replicated on our desktop, so we are assuming the client network…
ema中许多消息类型的实现(如RefreshMsg、UpdateMsg、StatusMsg)均继承于access::Msg,看到class的实现中均提供了toString方法返回EmaString。如果我有一个EmaString,有什么方法可以将这个EmaString转换到access::Msg类型吗?例如我需要做一些数据回放,需要将字符串数据放到代码中处理,这时要把字符串转化到RefreshMsg、UpdateMsg、StatusMsg的消息进行处理。
Our system was changed API from RFA C# 7.2.18 to EMA C++ 3.6.7. It is possible that the decoding result is incorrect due to the difference in the way RFA and EMA handle RMTES encoding. The following data shows the decoding results obtained using RFA and EMA, respectively. RFA: 2023-09-14 17:48:35,610 ICAPEUROBASIS3 UPDATE…
It looks like you're new here. Sign in or register to get started.