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 {…
Hello team, I am facing an issue when connecting to RTO using EMA, below is my code: Map elementMap = EmaFactory.createMap(); ElementList elementList = EmaFactory.createElementList(); ElementList innerElementList = EmaFactory.createElementList(); innerElementList.add(EmaFactory.createElementEntry().ascii("Channel",…
log4.txt I am working with the EMA API using EMA 3.7.2.0 and have encountered a specific behavior regarding concurrent snapshot batch requests. I sent two snapshot batch requests simultaneously. The first request contains 3 RIC(BMO.TO, RY.TO, AAB.TO), and the second contained 4 RICs(TD.TO, AC.TO, BMO.TO, RY.TO). the EMA…
How do I connect and use RTC Cache in-case I will have to retrieve previous 5 minutes flow data, on any failure of pods/Application.
...OAuth password does not exist. Since migrating our code to CIAM, we managed to connect to the API. However, we suddenly no longer are able to connect with the following error. SEVERE: component named 'reutersUpdater' failed, class .RateSheetUpdater, fault type 'Elektron Connection Failure' Exception…
Hello, We are trying to use NIProvider to publish custom items on ADH using a dedicated service name. It seems to work but we are not able to consume the data from ADS using the same service name. On RTC when checking the item on ADS we get the error : Stream State : Closed Data State : Suspect State Code : None Status…
In Warm-Standby mode, consumer crashes with following stack-trace whenever Force Logout From DACs is received. I am using ema3.6.6.L1. Is this a known issue ? <updateMsg domainType="RSSL_DMT_MARKET_PRICE" streamId="17" containerType="RSSL_DT_FIELD_LIST" flags="0x0" updateType="0 (RDM_UPD_EVENT_TYPE_UNSPECIFIED)"…
It looks like you're new here. Sign in or register to get started.