We are migrating to ETA from NFD for Machine Readable News and have been able to successfully connect and establish a session as per below:
Received Dictionary Response: RWFFld Field Dictionary complete. Received Dictionary StatusMsg Received Dictionary Response: RWFEnum EnumType Dictionary complete. Received Dictionary StatusMsg Channel is ready. Subscribing to item(s): [MRN_STORY]
However, no news is feeding through.
We are interested in:
WWMRNEEAS = MRN Economic Event (for a specific set of RIC codes)
Can you please advise what we need to set in order to start receiving news?
I have the following:
// Service name private static final String serviceName = "ELEKTRON_AD"; // Item name private static final List<String> itemNames = Arrays.asList("MRN_STORY"); // Domain Type private static final int domainType = DomainTypes.HEADLINE;