Hi, Currently am looking at the C++ Batch request example from training docs.
370__MarketPrice__Batch
In the example I tried to pass currency RICs in Batch with the help of text file. I am requesting Snapshot request.
But
void AppClient::onRefreshMsg( const RefreshMsg& refreshMsg, const OmmConsumerEvent& )
is returning those currency RICs which have outputs. Is there any method I can call in OnRefreshMsg which can give me all the currency RICS which I passed as an Input. I know
onStatusMsg
is returning all currency RICS but I am not sure how OnRefreshMsg is being call from OnStatusMsg. Also I noticed onupdateMsg is not called in any case am I right?