I am interested to use EMA Batch Request to get the fields for a list of contracts
e.g. from EMA example370__MarketPrice__Batch
consumer.registerClient(EmaFactory.createReqMsg().serviceName("REUTERS_DEV").payload(batch), appClient);
Thread.sleep(60000);// API calls onRefreshMsg(), onUpdateMsg() and onStatusMsg()
1) How can I listen to snapshot data only (no update)?
2) The examples use a thread.sleep((60000) after sending the request. How to determine how long it should sleep ?
3) How can I know if the fields of all Rics are returned ?