@Ron Bove At 04:49UTC on 27th January, we received a status message with no state on all the connections using the uat_puffin login: StatusMsg streamId="1697" domain="MarketPrice Domain" itemGroup="00 f8" name="STXE43000D4.EX" nameType="1" serviceId="259" serviceName="hEDD" StatusMsgEnd I think the RIC is irrelevant,…
May I know the conflation mechanism for the RTO? It's described as 'all trades and 3 updates per second for quotes'. So how to do the conflation for 3 updates per second? every 1/3 second it will generate a quote update? or 3 quote update at most for a second? what's the conflation logic on that?
Hello, Me and my team are trying to connect to the Realtime-optimzed instance via c# (asp.net core 8) code and we managed to do so but only on the windows11 machine from my colleague, on my macos 14.2.1 macbook pro m1 I'm always getting an error (see below). Does this package use some specific feature which doesn't exist…
In the Refinitiv fields dictionary, is there a specific field or logic that indicates whether a product is one-sided, considering scenarios where only bid or only ask prices are available for specific product? I thought PRC_QL_CD or NO_BIDORD1 would be good fit, but it seems they are not.
We're trying to consume FINANCIAL_PRICES data from refinitiv SDK. While planning this, do we have an option to request for SNAPSHOT of data perhaps when the consumer has gone down and when getting back to normal? Which API provides this option to implement or request for snapshot data? What're the prerequisite…
Could you please advise when Red Hat 9.x will be officially supported by the EMA library and included in the Compatibility Matrix?
What's the limit on regMsg.payload(ElementList)? Looks like is 3175. Am I doing this right? import com.refinitiv.ema.access.ElementEntry; import com.refinitiv.ema.access.ElementList; import com.refinitiv.ema.access.EmaFactory; import com.refinitiv.ema.access.OmmArray; import com.refinitiv.ema.access.OmmConsumer; import…
Hey All, Myself new to refinitiv API data stream. We're trying to get pricing data using the EMA with java-17. com.refinitiv.ema.access.EmaFactory; When I try the below code by applying consumer.registerClient(EmaFactory.createReqMsg().domainType(EmaRdm.MMT_SYMBOL_LIST).serviceName("FINANCE_PRICES").payload(batch),…
Dear, we using DfAddPeriod(USA,TODAY(),"1wd") method to retrieve calendar date in Excel now we want to migrate the logic to microservices. so does it have ema java api to instead of the DfAddPeriod(USA,TODAY(),"1wd")?
Hi, I'm trying to use the provided SDK for RTO websockets consumer, but I'm unable to connect. This does work when I'm using another service without the SDK, so credentials do work. This is the code I'm trying to use real-time-streaming-consumer-example. Here is the implementation: @Service public class WebSocketsManager {…
It looks like you're new here. Sign in or register to get started.