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), appClient);
receiving
Service Name: FINANCE_PRICES
Item State: Closed / Suspect / Usage error / 'Provider doesn't support symbol list requests'
I couldn't find any example in java version in this repo https://github.com/Refinitiv/Real-Time-SDK/blob/master/Java/Ema/Examples/src/main/java/com/refinitiv/ema/examples/training/ and I'm bit confused with the terms used here. Can someone shed some light on this showing any example code to make use of SYMBOL_LIST for financial prices? Thank you.