let me describe the issue in steps with pseudo code: in Consumer App, call OmmConsumer.registerClient(reqMsgA, testConsumerClient, closure); // ric A OmmConsumer.registerClient(reqMsgB, testConsumerCl…
Hi, I am contacting from TD Securities, I had some discussion with Douglas Walker as we are trying to submit a test pricing through (ADS/ADH) service via Refinitiv setup RIC: CA01921I=TEST and the SER…
Dear Support, In EMA Java, the default format for data fields of type TIME is STR_DATETIME_RSSL (HH:MM:SS:XXX:YYY:ZZZ). How do we change it to ISO format STR_DATETIME_ISO8601 which lacks the ':' delim…
We tried to use EMA to retrieve data from ELEKTRON_DD using the RIC code 'JPY=', but encountered the following log error and were unable to obtain the data. We are using V2 for authentication. Could y…
was looking for examples of how to develop a springboot REST API using the EMA API. Any good references ? using the following version implementation("com.refinitiv.ema:ema:3.8.3.0")
we have a ema based java ommconsumer client which currently subscribes to spot. forward bid/ask rates but the same connection is not getting any market data feed for WMR Fixing RICS e.g. USDEURFIXP=WM…
There is deadlock at OMMConsumer while un-registering ric. Please advise. Below are logs from application. at sun.misc.Unsafe.park(Native Method) at java.util.concurrent.locks.LockSupport.park(LockSup…
Hello, We are able to successfully connect and retrieve data using EMA java library, EmaFactory.createOmmConsumer(EmaFactory.createOmmConsumerConfig().host("host_1:14002").username("user123")); How do…
I want to connect to RTO from a Linux server using Java. I believe that using one of the URLs below would allow for a simple connection check, but which one should I use? https://github.com/Refinitiv/…
I am trying to run a test from the EMA tutorial program, but what do the following userName, password, and clientId represent? I have already created an RTO service account, so I wonder if I should us…