Hello team,
I am using EMA ommConsumer where, when trying to publish value 0.00001 it is publishing as 0.
the code snippet I am using is as below:
nestedFieldList.add(EmaFactory.createFieldEntry().realFromDouble(25123, getBid(), 1));
Can anyone please help me out to understand the same.