Dear team,
I am using EMA-API version 3.6.5 to consume Market price data from our ADS server. I am getting the following error for some of the items. Could you please help me to understand regarding this error?
Open / Suspect / None / 'Refinitiv Wire format conversion error.'
I am subscribing the dictionaries from ADS
e.g. code:
ommConsumer.registerClient(EmaFactory.createReqMsg().domainType(EmaRdm.MMT_DICTIONARY).name("RWFFld").
filter(EmaRdm.DICTIONARY_NORMAL), emaOmmConsumerListener);
ommConsumer.registerClient(EmaFactory.createReqMsg().clear().domainType(EmaRdm.MMT_DICTIONARY).name("RWFEnum").
filter(EmaRdm.DICTIONARY_NORMAL), emaOmmConsumerListener);