How to convert currency code to its value in EMA?

fieldEntry.enumValue() gives the INT value . How to obtain the enum text representation ? Please advise.

Best Answer

Answers

  • Hi @sagar.s,

    The details of the enumeration values you are interested in are available within the dictionary however these details and interface are presently hidden from the developer. These capabilities will be available in future releases.

    You can refer this discussion and approach to programmatically access these details.

  • Is there any Java discussion which I can refer?

  • Hi @sagar.s,

    There are no equivalent discussions within this forum related to Java. However, you can refer to the EMA Examples, specifically within the 300 Series Examples, you will find 332__Dictionary__Streaming.

  • Is there an ETA for enumText representation for the future release? Any idea when it will be released?