How to get the Data-Time which is in the history files, but which is not present in real-time. real-time code OmmConsumer consumer(config.host("1**.***.***.*:14002").username("EM1_****_*********")); consumer.registerClient(ReqMsg().serviceName("hEDD").domainType(MMT_MARKET_PRICE).name("ESZ1m"), client) sleep(1200000);…
RTMD service I get real time with the code OmmConsumer consumer(config.host("1**.***.***.*:14002").username("EM1_****_*********")); consumer.registerClient(ReqMsg().serviceName("hEDD").domainType(MMT_MARKET_PRICE).name("ESZ1m"), client) sleep(1200000); data in this format UpdateMsgEnd UpdateMsg streamId="5"…
RTMD service OmmConsumer consumer(config.host("1**.***.***.*:14002").username("EM1_****_*********")); consumer.registerClient(ReqMsg().serviceName("hEDD").domainType(MMT_MARKET_PRICE).name("ESZ1m"), client) sleep(1200000); I get the following updates: UpdateMsg streamId="5" domain="MarketPrice Domain" updateTypeNum="0"…
Until May 2021, it was possible to get LL2 in real time by adding the letter m to the RIC, for example ESU1m Today, to obtain LL2, the letter m is not needed, i.e. the format chainRIC+month+year+m is obsolete. * OmmConsumer consumer(config.host("1**.***.***.*:14002").username("EM1_****_*******")); *…
We have established a WebSocket connection for fetching rates(as we need the rates instantaneously), when we send the refresh token received to keep the connection running we face an Exception : After this we try to start the connection again we get another exception : Our Usecase needs the extraction to be instantaneous.…
Any assistance will be greatly appreciated. Please check the real-time code, am I matching the code correctly for historical data and real-time? Did I do something wrong with the domains? The goal is to get real-time data that will match the historical data completely. Please take a look at the code. Am I working with the…
When trying to get real-time, an error occurs. AppClient client; OmmConsumerConfig config("Path_To_EmaConfig.xml"); OmmConsumer consumer( config. host("1**.***.***.*:14002"). username("EM1_****_*******"). consumerName("Consumer_4")); consumer.registerClient( ReqMsg(). serviceName("hEDD"). name("EUR="), client); loggerMsg…
I can't connect, I get an error. Support service (open ticker) does not have programming skills. Virtually one-on-one with the problem. Please help with the situation AppClient client; OmmConsumerConfig config("Path_To_EmaConfig.xml"); OmmConsumer consumer( config. host("14*.***.***.*:14002"). username("EM1_****_*******").…
Please help. There is a signed contract for Real-Time Managed Distribution Service We were given an EaaS_SHD PDF document that has information on (Refinitiv Subscriber #; Destination IP Address; USER ID; Feed Service Names; SSL Port; RSSL Port) From the Real-Time-SDK-2.0.3.L2.win library we took the code: AppClient client;…
I am subscribed to the Real-Time Managed Distribution Service (Feed Service Names - hEDD), I was given a USER ID, question: In the examples to Real-Time-SDK-2.0.3.L2.win you need MachineID, Password, ClientID to get the data. Can you please tell me where to get MachineID, Password, ClientID? I was not explained in the…
It looks like you're new here. Sign in or register to get started.