question

Upvotes
Accepted
87 7 13 27

[EMA C++] Is there any data dictionary for chain field

I develop with EMA C++,and decode the chain, I want to konow the data type of the chain field

I can get the Field 804;

I can not decode the Field 239.

which shows as the pic.

So, I want to get the data dictionary of chain Field, which will show the ditail of every Field

elektronrefinitiv-realtimeelektron-sdkema-apirrtelektron-message-api
15429695691.png (76.7 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.

Upvotes
Accepted
7.6k 15 6 9

@luxiangyuan

You can find field definition for any field from file RDMFieldDictionary locates under a folder named "etc" from EMA package. REF_Count use UInt64 according to the Dict so that you have to use fe.getUint() to get the data accordingly.

Consumer example such as 200__MarketPrice__Streaming also provide sample codes to get the data accroding to data type returned by fe.getLoadType().

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.

Upvotes
87 7 13 27

Hi moragodkrit·

Thank you very much, it works;

I think I can resolve such problem for the future

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.