I decoded the following data by using the EMAJ consumer, but what does these data names mean?

image

I only captured the part of the result. There are several fields I want: bidPrice(fieldId=22?), askPrice(fieldId=25?), Accumulative volume(fieldId=32?), Day cumulative volume(fieldId?? don't know) and the detail datetime when the data send out(fieldId=17?) Could you please send me a doc which can explain what the meaning of these fields are? Thanks if getting your answer!

Best Answer

  • Hello @Raj.Huang

    Please refer to RDMFieldDictionary and enumtype.def in <Elektron SDK Java package>\Ema\etc. RDMFieldDictionary contains the field definition e.g. the meaning and its type while enumtype.def contains all the enumerated types for the fields which type is ENUM.

    If you have more question regarding fields or data, please submit the query to the data team via My Account, https://my.thomsonreuters.com/ .After you log in, click "RAISE A CASE" then "Product Support". Then, select your subject. At “Select product”, select the feed e.g. “Thomson Reuters Elektron Real-Time”. Then, the data support team will contact you directly. If you cannot access My Account, please send email to rdc.administrator@thomsonreuters.com

    EMA Java passes data as it receives from the feed. Hence, the fields/data question should be asked to the feed/data team who can provide the proper answers to you.

Answers