question

Upvotes
Accepted
1 0 0 1

What is the equivalent for RFA API method expandedValueFor in class FieldDictionary in new EMA API?

Hi Team,

What is the equivalent of RFA API method expandedValueFor in class FieldDictionary in EMA API?

Thanks

#technologyema-api#productrfa-apirefinitiv-realtime-sdk
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hello @dimple.shah

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?


If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,


AHS

@dimple.shah

Hi,

Please be informed that a reply has been verified as correct in answering the question, and marked as such.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
79.3k 253 52 74

@dimple.shah

Thank you for reaching out to us.

Please check the DataDictionary.enumType method.

1712631116977.png

if ( fldDictComplete && enumTypeComplete )
            {
                System.out.println(dataDictionary);
                EnumType enumType = dataDictionary.enumType(4, 3);
                System.out.println(enumType.display());
            }

For more information, please refer to the EMA Reference Manual in the RTSDK package.


1712631116977.png (11.5 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.