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.
Hi team, Client discovered with this sample CHFOIS12Y RIC that gave the following error "“#N/A Item request rejected: Item already opened with another stream (stream id = 10333, item name = CHFOIS12Y, domain = RSSL_DMT_MARKET_PRICE(6))”. Every time it was for their internal source hosted on 2 active ATS server (source name…
Hi, I am using testserver from the docker image refinitivrealtime/infratools:3.8.1.L1 and I am Running the playback from a XML file that I have captured using the test client. Using the following command: testserver-S DIRECT_FEED -Q dist/recXml.xml -U 1 -N 14002 -K -ik -t 361 It looks like the testserver finishes and no…
I subscribe to 10K RICS. My application was running OK and now after couple of hours every day it is just stop retrieving the updates. I do it via multithreading, having 3 consumers and no error/logs are shown. Any idea what could go wrong?
I want to contribute using real time SDK to private ric GBPSW=MBJK. I get the following reply from subject matter expert: To contribute data to this RIC, you need to have Contribution Channel. I am not sure how you will connect to the Contribution Channel. You can connect to it directly and configure RTDS to connect to the…
As far as I know, for any unsuccessful item subscription, the application will receive a Status message with OmmState.StreamState.CLOSED and OmmState.DataState.SUSPECT via onStatusMsg(..). When the application receives a StatusMsg with Stream.Close / Data.Suspect after calling consumer.uninitialize(), but not if…
It looks like you're new here. Sign in or register to get started.