It's not very clear from the docs HOW actually I can get decoded value from the dictionary.
For example the following request:
consumer.registerClient(EmaFactory.createReqMsg().domainType(6)
.serviceName("ELEKTRON_EDGE").name("ADDYY.PQ"), appClient);
I receive
FieldEntry fid="15" name="CURRENCY" dataType="Enum" value="840"
How I can programmatically get corresponding value for 840 from enumtype.def dictionary? (840 "USD" US dollar)