-
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…
-
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 extract both NBBO and normal bid/ask/bid size/ask size
Context: We want to understand the extraction of NBBO data from Real-Time Direct. We can get data from Real-Time Direct using its SDK. Our Real-Time Direct username is AM2_MFMA_US07318. We raise a ticket Case 14176873, the support team requests us to post the question in this forum instead. Main body: Usually, for…
-
The login limit of Real-Time Direct usernames
We are using Real-Time Direct C# SDK, we use usernames like AP2_MFMA_HK99674 and AM2_MFMA_US07318 to authenticate. We have a rough idea that each account can only be used to login once/twice concurrently. We want to understand the detailed terms/limitations on its use. For example,, is the limitation applied on process or…
-
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:…
-
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:…
-
real time C++ sdk link is reporting 404 error.
Getting an error while opening real time sdk page.
-
I getting error saying that "hash5Bstatus-*The record could not be found"
Hi Team, I need clarification on the following error message encountered while trying the 140_MBO_Streaming tutorial. The same symbol, ESZ24, works fine when I run the 100_MP_Streaming example, where I receive both refresh and update message data in response. This suggests that I have access to the ESZ24 symbol. Item Name:…
-
EMA RSSL batch request error - RDMDictionary stream was closed with status message. streamId 4 R...
...eason State: Closed/Suspect/None - text: "Login stream was closed." Hi , I am running EMA java application for streaming real time prices using a batch request. Service discovery is working and it choses below location to connect. ap-southeast-1-aws-3-sm.optimized-pricing-api.refinitiv.net 14002 But I get error later…
-
Error occurred while running RTO consumer - Failed to request service discovery information.
Hi, I am using RTSDK for streaming real time prices but I get below error when I run my consumer. I am using Authentication version v2. I am able to successfully login using the curl command. I have required licenses also in place under my service account. Can you help why the failure. Is it something related to license…
-
EMA: cannot authenticate towards RTO
Hello LSEG, we're working to setup an application based on the EMA C++ library for connections towards RTO. Context: * the execution environment is currently under investigations (with some of you guys from LSEG) for some network issues preventing a complete communication with RTO * recently, some issues have been resolved…
-
I am using EMA Core Real-Time-SDK-2.2.0.L1.csharp version, intermittently i am facing memory leak...
...age issue. In one of the forum I see RTSDK 2.2.0.G1 has fixed the issue, but looks like it still persists. I am using EMA Core Real-Time-SDK-2.2.0.L1.csharp version, intermittently i am facing memory leakage issue. In one of the forum I see RTSDK 2.2.0.G1 has fixed the issue, but looks like it still persists.
-
CMake errors installing RTSDK 2.2.1.L1 for Visual Studio 2022
Hi, I'm having issues installing RTSDK2.2.1.L1 for Visual Studio 2022. Having rebuilt my PC recently, I had the following installed before attempting to install this devkit: * Windows 11 Pro x64 (All the latest updates applied) * Python 3.12.5 * Github desktop 3.4.3 * Cmake 3.30.3 * Visual Studio Enterprise 2019…
-
when I tried to build my existing application with the new SDK provided libraries, I get the foll...
...owing C++ build/link errors I’ve successfully downloaded the SDK. However, when I tried to build my existing application with the new SDK provided libraries, I get the following C++ build/link errors: /usr/lib64/gcc/x86_64-suse-linux/8/../../../../x86_64-suse-linux/bin/ld:…
-
Encode RMTES_STRING vs ASCII_STRING in my IProvider
I am implementing my own IProvider following the sample [here](https://github.com/Refinitiv/Real-Time-SDK/blob/master/CSharp/Ema/Examples/Training/IProvider/100_Series/100_MP_Streaming/IProvider.cs) In the RDMFieldDictionary file, I am aware that fields can at least be two types of strings, ASCII_STRING or RMTES_STRING.…