question

Upvotes
Accepted
9 4 3 4

Can you please explain structure for RDMFieldDictionary and enumtype.def files? and data types related to it.Is "enumtype.def" it specific to each Symbols?

elektronrefinitiv-realtimetrepenum
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.

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query? If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question. Thanks, AHS

1 Answer

· Write an Answer
Upvotes
Accepted
17.4k 82 39 63

Hi @priyanka.mundargi,

The RDMFieldDictionary file represents the complete list of fields you will encounter throughout the different asset classes within Elektron. The structure of the file defines key attributes such as the FID (Field ID), Acronym (Name of the field), the type etc. The file structure is used by multiple products consuming Elektron data.

The enumtype.def field is specifically reserved for those fields that are defined within the RDMFieldDictionary as "ENUMERATED", for example:

CURRENCY   "CURRENCY"  15  NULL  ENUMERATED    5 ( 3 )  ENUM             2
! The currency in which the instrument is quoted.

For ENUMERATED fields, you will find the possible enumerated values associated with the specified field within the enumtype.def file. For example for the CURRENCY FID (15):

! ACRONYM    FID
! -------    ---
!
CURRENCY      15
CURRENCY_2  1084
CURRENCY_3  1085
...

! VALUE      DISPLAY   MEANING
! -----      -------   -------
      0        "   "   Not allocated
      4        "AFA"   Afghanistan afghani (from 1925 until 2003)
      8        "ALL"   Albanian lek

The value populated within CURRENCY will be represented as the values you see above. Many FIDs are ENUMERATED types and share the same definition - as you see above.

Hope this helps.

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.