-
i'm real time data via Python API, and get lots of fields. How can I get the exact meaning
start = time.time() mixed = rd.content.pricing.Definition( ['LLY.N','JPM.N','ZVIA.K','JBSS.O','AA', 'BIOb'], ).get_stream() mixed.open() snapshot = mixed.get_snapshot() end = time.time() print(f"Execution time: {end - start:.4f} seconds") it has 400 columns, and how can i search for the exact meaning of each column?
-
Best way to pull real-time data via WebSocket (handling connection drops & optimization)
I’m currently working on pulling real-time market data using a WebSocket connection in Python, based on the sample code below: https://github.com/Abdullah-2906/LSEG-python-websocket/blob/main/streaming.py I’d appreciate some guidance on best practices and optimization. Current setup Using Python with a WebSocket connection…
-
How to refresh OMMConsumer?
Hi! My app registers most of the RICs on application startup, however it can also register to some of the RICs on demand. Requirement for this app is to refresh OMMConsumer once a day so that it will be registered to the same RICs as on the startup. So the application would need to: 1. unregister all RICs 2. register all…
-
When will INST_PHASE field be sent for SSE/SZSE L2 MBP Domain?
Good morning, I'm using the UPA RDM API to receive level 2 Market By Price Domain messages for the SHSE and SZSE exchange. I'm interested in parsing the INST_PHASE field from these messages to determine the current trading phase of each security. When will the market by price messages get sent? I need the data source to…
-
Regarding getting international indices Data
I have created an account on LSEG, but I have not yet received the machine account details via email as mentioned .Additionally, I have downloaded the EMA Java as per the documentation. However, to receive the feed, it requires the following details: Ema host Ema username Ema service Where from i get these details ?
-
RTSDK/EMA receives only RefreshMsg with no UpdateMsg - RFA 7.x gets streaming from same service
We're migrating from RFA 7.x to RTSDK/EMA (C++) and encountering an issue where we receive only initial RefreshMsg (snapshots) but no subsequent UpdateMsg (streaming updates) during active market hours. Configuration: * API: RTSDK (EMA C++) * Service: hEDD * Domain: marketPrice (MMT_MARKET_PRICE) * Symbols: 4 * Field View:…
-
What to expect after Open/suspect state
Hi, If I'm consuming market prices and caching them. Suppose I get a refreshMsg/statusMsg where the streamState is OPEN and dataState is SUSPECT. What type of msg should I expect when the data state changes to OK? Should I expect to always get a refreshMsg? Is it possible I only get a StatusMsg? If I get a statusMsg…
-
A17: All servers busy. Will call when service becomes available
Hi Team, client's downstream application Murex is using Websocket connect to RTDS, and currently received error log "A17: All servers busy. Will call when service becomes available". Any advice what caused it ? thanks
-
API compatibility
Hi Team, can you tell from this whether the code we currently maintain is compatible with the proposed connectivity by out client? api "com.reuters:rfa:8.0.0.E2", "com.reuters:config_loader:8.0.0.E2"implementation "com.refinitiv.ema:ema:3.6.3.0", "com.refinitiv.eta:eta:3.6.3.0",…
-
Real-Time-SDK : Market L2 Price
We are currently running the Refinitiv JAVA Real-Time-SDK to retrive the best bid1 and best ask1 prices of multiple tickers. But we are also eligible to get the L2 prices such as bid2,bid3,bid4,etc. Could you guide us on how to retrieve the L2 data? Currently we can retrieve only the L1 prices as seen from the image below.
-
RTSDK Java
I have been trying to download the latest version of RTSDK for Java (to get the EMAj APIs), and I discovered the latest version 2.3.2.L1 available from https://developers.lseg.com/en/api-catalog/real-time-opnsrc/rt-sdk-java is only compatible with Java 11. Would you know the latest EMAj version that is compatible with Java…
-
How to interpret missing FIDs in Market Price Update messages
Hello. I have a question: Some Market Price Update messages have ASK (FID 25) but no ASKSIZE (FID 31). Some other Market Price Update messages have ASKSIZE (FID 31) but no ASK (FID 25). If ASK is present but ASKSIZE is missing, does it mean that the last ASKSIZE is still valid and should be used? Thanks.
-
Update behavior when new value is identical to the existing value.
Hi all, I am working with Real time APIs. We see inconsistent behavior for different FID for update behavior when new value is identical to the existing values. I noticed for example DN213059 Muscat Stock Exchange - LSEG Real Time FID Changes listed few FI D that changed behavior from updates on identical value are ignored…
-
Free Tool For Real Time Platform Admin
Hi, I created a free, open-source tool leveraging LMC: https://github.com/bgp59/lmc-recorder As per README: Motivation LSEG Real-Time Platform components (adh, ads) provide access to a rich set of internal stats viaLMC. Recording this information at regular intervals would be beneficial for troubleshooting, event…
-
Can I get SONIAOSR= by TREP ?
We could get SONIAOSR= by TREP last week but I can't get it from this week. I think this is caused by below PDP change and I added the entitlement of new PDP to our account. WWERTNEASP ⇒ WWOTCNTR But I still can't get it. Is there any change for SONIAOSR= ?