-
A mix of Request timeout/channel down/Service not up
Our feedhandler uses C# Real-Time SDK, it subscribed to ~5000 names. On Dec 18, 2024 we notice that there were some issue from ~14:30 to 16:30 EST. The below are some of the samples we received: 2024-12-18 14:51:58.9900 | Refinitiv StatusMsg: Name: CASY.O, ServiceName: hEDD, State: Open / Suspect / None / 'channel down.'…
-
How can I get the key in string type?
I am currently receiving market information for the RIC codes NQZ4 and ESZ4, with the domain type set to MARKET_BY_PRICE. The code I am using generates a unique key for each order in the order book entry, followed by the associated fields. Map.getEntry().getKey().getBuffer() Item Name: ESZ24 Service Name: hEDD Map Summary…
-
Does RTSDK support object (message) pooling same way or similar to RFA does?
Hi guys, Do you know if RTSDK (EMA namely) supports object (message) pooling same way or similar to RFA does? Regards, Vlad
-
Does EMA connection with RSSL support Proxy when connected to ADS?
Hi Team Can EMA be used as a consumer to connect to ADS using RSSL for Real-Time subscription through a proxy (Non-REST request)? Can a SOCKS Proxy be used for this? Thank you in advance BR Gema Vicente
-
Real-Time SDK TRADE_DATE
I am planning to use TRADE_DATE field that is FID16 in Real-Time service for stock exchange data. It is not clear from the documentation what timezone it is. This is all the info: The date of the value in the field TRDPRC_1. Category Real-Time Trades Closing Run Logic Does not clear Data Source Feed DDE Acronym TRADE DATE…
-
When we create 26th instance, we found that there is “Error: 1006 This connection has received a neg
We have the consumer config below, <Consumer> <Name value="consumer1"/> <ChannelSet value="Channel_1,Channel_2"/> <Logger value="Logger_1"/> <Dictionary value="Dictionary_1"/> <XmlTraceToStdout value="0"/> <LoginRequestTimeOut value="60000" /> <ReconnectMaxDelay value="3000" /> <ReconnectMinDelay value="1000" /-->…
-
EMA API Performance improvement
Hi, Please help us to understand how to improve performance with EMA API code to fetch data from TREP server for market updates. We are not getting performance using EMA-API, we have found after our testing that RFA-API has better performance than EMA-API ... can anyone help us to understand what we are missing to tune the…
-
PROD_PERM and PEList
Hello, I use the Java/RefinitivSDK 3.7.0.0 in order to receive RealTime data from TREP. Once a RealTIme data is subscribed, the API notifies me through my implementation of the interface method OmmConsumerClient.onRefreshMsg(RefreshMsg refreshMsg, OmmConsumerEvent event) The RefreshMsg argument provides: the permission of…
-
How to decode the key values which is coming as part MBP.
Hi Team, Can someone help me to understand what key attribute values represent here. Action = Update, key = 3132 3a36 3032 3437 352f 32 12:602475/2 Entry data: Name: ORDER_TONE Value: 1 Name: NO_ORD Value: 23 Name: ACC_SIZE Value: 70 Name: LV_TIM_NS Value: 12:39:40:430 Name: LV_TIM_MS Value: 45580430 Name: LV_DATE Value:…
-
Decode Login Response to understand if it is successful or not
Hello, I am unable to find examples where the login response has been decoded to check if login was successful or not. Can you help me with sample code or examples for the EMA Java SDK for the above use case?
-
In EMA API batch request how can we obtain separate handle and closure objects for each element?
In this example ex370_MP_Batch, how can we obtain handle and closure object for each of the elements which are a part of the array? public class Consumer { public static void main(String[] args) { OmmConsumer consumer = null; try { AppClient appClient = new AppClient(); consumer =…
-
State: Closed/Suspect/Usage error - text: "Login Rejected. Watchlist size of 0 for 'RSSL' connection
Hi, There were no issues initially. I was able to retrieve data from RTO V2 via HTTP. However, our customer representative requested that I temporarily disable data retrieval in the software due to a planned license upgrade. After the license upgrade was completed, I restarted the software, but I started encountering the…
-
Ema - How to set ApplicationName
Hello, we have a Java application that connects to RTDS to get data from a service and publishes to another service. Data retrieval and publishing are executed via 2 different modules. Each of the 2 modules implement OmmConsumerClient. We are experiencing issues when running the solution on the customer environment, where…
-
How to identity order levels from market-by-price request.
We are subscribing to Level 2 Market-by-Price data for the E-mini S&P symbol from CME. Below is a sample of the update message response we are receiving: Action = Update, key = 3133 3a35 3934 3635 2f32 13:59465/2 Entry data: Name: ORDER_TONE Value: 1 Name: NO_ORD Value: 11 Name: ACC_SIZE Value: 20 Name: LV_TIM_NS Value:…
-
Failed to build EMA C++ project
According to the RTSDK C++ Installation Guide, cmake can be used to build the EMA C++ Package. I installed CMake3.24.1 and Python3, but failed to achieve that. The CMakeOutput shows : Call Stack (most recent call first): D:/anaconda3/Library/lib/cmake/GTest/GTestConfig.cmake:32 (include) CMake/rcdevEnvironment.cmake:125…