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 and USDEURFIX=WM. We are using client service account which has the RTO/WMR licenses What could be the issue here? This is…
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(LockSupport.java:175) at…
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 we specify multiple hosts for failback reasons : host_1, host_2, etc. Can it be done using the libraries or there is any…
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/Real-Time-SDK/tree/master/Java/Ema/Examples/src/main/java/com/refinitiv/ema/examples/training/consumer Here are the planned…
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 use that ID and password as userName and password.
Hi, I am using example ex340_MP_OnStreamPost of EMA Java API to post data. I have made changes for testing with beta environment setup for our application. Attached is the code and output which shows that I am able to view the data from custom page. From decoded data the datatype seems to be 'rmtes'. So we made changes to…
I want to connect to RTO using Java. I plan to connect using EMA with TLS. I believe I need to create a Java keystore file for this. How should I go about creating it?
In our config, we have two channels created <ChannelGroup> <ChannelList> <Channel> <Name value="Channel_2"/> <ChannelType value="ChannelType::RSSL_SOCKET"/> <CompressionType value="CompressionType::None"/> <Port value="14002"/> <Host value="127.0.0.1"/> </Channel> <Channel> <Name value="Channel_1"/> <ChannelType…
Hello, I would like to know how to identify a message for Tokyo Stock Exchange special quote messages and the special quote price. What update message type and key value and fields will I need to look for in order to know?
Hello. Is there a way to know in advance, whether a RMTES_STRING field in an incoming EMA message may contain a partial update ? E.g. the fields 215 ("ROW64_1"), ..., 228 ("ROW64_14") are such fields. I don't want to scan every field for partial updates.
It looks like you're new here. Sign in or register to get started.