FixSpec in API format

I am trying to understand how to interpret Trade and Market condition qualifiers in tick history data. I have looked at the documentation provided at https://refinitiv.fixspec.com/stack/specs/elektron and i understand the meaning of those values.

I wanted to ask, is there an API available that that defines all the enum values that are described in the fix spec document or do I have to define these enum myself? I guess the real time data library must be using these enums as it is and i could use them in my tick history reader for parsing and converting the values into enums? could you please advise? thanks .

Answers