Moving from RFA to EMA I noticed one of the difference is when it decides to convert the number to scientific notation.
Any possibility to default all fields away from using scientific notation?
Another odd behavior is for volume fields like askSize EMA gives it as 0.0 while rfa gives it as a 0
I know you can use:
EmaFactory.createFieldEntry().real( 6, 11, OmmReal.MagnitudeType.EXPONENT_NEG_2) ;
but we require a lot of fids and would need to declare for each one.
Any help would be appreciated
Using java with ema version 3.6.5.0