Do we have an example that can be referred to convert a Java BigDecimal to OMMReal (mantissa and magnitude) so can be populated in the expression like below:
fieldList.add(EmaFactory.createFieldEntry().real(22, <mantissa>, <magnitude>));
Searched the forum and found one in the question description:
https://community.developers.refinitiv.com/questions/51833/how-to-set-real-fids-to-blank-using-java-ema.html