I create a class who inherited the OmmConsumerClient, and I pass a OmmArray to the construction function in order to decode the fids that I want
RefinitivClient::RefinitivClient(const OmmArray & fids)
: m_fids(fids)
{
}
void RefinitivClient::decode(const refinitiv::ema::access::FieldList & fl)
{
ElementList search;
search.addArray("test", m_fids.complete()).complete();
}
It will charge all of the fids