-
Default message dispatch thread wedged on startup
When I run my application with its full universe of symbols (a few hundred instrument RICs and 30 or so chain RICs), often the default message dispatch thread gets stuck, and I stop getting updates. I can usually run the application OK with fewer symbols, but even then, the message dispatch thread still occasionally gets…
-
REST-API to retrieve data
Hello, i'm new on this topic, i hope i can explain myself. We have access to different symbols (RICs?) via web, but we would like to automate data extraction, that is done manually 2-3 times a day by employees. We need following symbols at specific Date and Time (most intra-day at a certain time (8:30 and 9:00, 13:30 and…
-
Request Rejected: Cannot request item on open login stream
Hi, after setting up a new session and a successful login, when sending a MARKET_PRICE request im getting the following error "State State: Closed/Suspect/Already open - text: "Request Rejected: Cannot request item on open login stream 1." i could not find any answer here for this exact error, and since its a fresh new…
-
For EMA API. The API information is: rdrt.uname=user001 rdrt.serviceName=ELEKTRON_
Dear team, Please help on this EMA query as logs were gathered. Client emailed in as follows: We have a question regarding the Reuters EMA API. The API information is: rdrt.uname=user001 rdrt.serviceName=ELEKTRON_DD The attached file is the log. Question: Why doesn't the API automatically reconnect after the connection is…
-
Different data behavior between JSFC and EMA on field OFF_CLOSE 3372
Hello, I subscribe to the off_close (3372) field of Shenzhen stocks using JSFC and EMA. In case of JSFC, there is a SYNC with the price value, then a TICK with +0. But in case of EMA, there is also a refresh (like SYNC) with the price value, but have no update tick with +0 after refresh. Because I use off_close whether…
-
How to reissue all of the subscriptions on market open
Hi! We are currently developing a component using Java EMA and connecting to the RTO. According to the documentation and information gained on the forum RefreshMsg is being sent only once from the RTO on subscription and after that we only get UpdateMsgs. That is fine most of the time, however from time to time we need…
-
When trying to publish value 0.00001 it is publishing as 0
Hello team, I am using EMA ommConsumer where, when trying to publish value 0.00001 it is publishing as 0. the code snippet I am using is as below: nestedFieldList.add(EmaFactory.createFieldEntry().realFromDouble(25123, getBid(), 1)); Can anyone please help me out to understand the same.
-
RTSDK Java library and the value add Reacto
the RTSDK Java library and the value add Reactor. We are using the Reactors Watch List facility to manage subscriptions on our behalf in-case of disconnectivities with the ADS etc. We have noticed that if the Directory Listing has changed after a recovery – the Watch list does not work because all items are using an old…
-
Can I change the ADS configured normalRetryTime from a ClientAPI?
We have an interactive provider service which relies on sending a CLOSED_RECOVER when service is intermittently unavailable. This appears on our EMA client as follows: [pool-2-thread-1] INFO <company.pkg>.EmaClient - Status Message for null: (-): StatusMsg streamId="5" domain="System Domain" state="Open / Suspect / None /…
-
The method for specifying FID
When connecting to RTO by specifying RIC, all FIDs are retrieved, so I want to connect to RTO by specifying only the FIDs I want to retrieve. Currently, it is written as shown in the attached file, but it is not working because I cannot specify the FID. How should it be written? I would appreciate it if you could provide…
-
How to post data for multiple symbols?
Hello, https://github.com/Refinitiv/websocket-api/blob/master/Applications/Examples/java/MarketPricePosting.java We have made use of the above example to update data for symbols in WebSocket API. Please note that the above example does not explain/demonstrate the steps to update data for multiple symbols and we have been…
-
When are Market Price Refresh messages sent?
I'm experimenting with consuming Market Price messages using the EMA. I have a simple prototype that logs in, subscribes to a RIC, then prints all the messages it receives to the console. When I run my program, after logging in, I see a single Refresh message and then a series of Update messages afterwards. If I left my…
-
Contributions Real-Time Cloud
unsafe:blob:https://community.developers.refinitiv.com/3a2aa64c-5058-43be-ab40-6b79b7f95eb7 unsafe:blob:https://community.developers.refinitiv.com/94f789f8-aea9-45bd-b249-c223a7ca9720 unsafe:blob:https://community.developers.refinitiv.com/0f8d8cc6-a774-4a47-8662-6f2f2006aa40…
-
Client after upgrading to windows 11 speed guide is not launching they are using speedguide_3.0.1
Client after upgrading to windows 11 speed guide is not launching they are using speedguide_3.0.1 is this version Alling with windows 11 or is there any new version of speedguide avaliable could you please assist here
-
Assertion when trying to connect to RTOv2
Hello, I'm working on connecting my Java application to RTOv2. To do so, I use the RealTime SDK 3.8.3.0 I had to fight a little bit but now my application starts working fine 👍️ However, I realized that when the JVM option -ea (enable assertions) is enabled, my application crashes on the following method of the Realtime…