Currently, We have an existed RFA system. It is using Consumer and Provider communicate by OMM. So Can we use EMA Consumer (RTSDK) connecting to existed RFA Provider ?
If there is an option to automatically get the Watchlist which is allowed by USER ID? Can you give me a code example? Can the API give the RIC list available for the USER ID?
RTMD service I am trying to get LL2 ESZ1 real-time with the code I get one update and nothing else. For example to get quotas + trades ESZ1 with this code is not difficult, updates go quickly. Can you tell me what is wrong with the code for LL2? OmmConsumer…
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…
It looks like you're new here. Sign in or register to get started.