Expand description
Access to FIX Dictionary reference and message specifications.
Structs§
- Datatype
- A FIX data type defined as part of a
Dictionary. - Dictionary
- Specifies business semantics for application-level entities within the FIX Protocol.
- Field
- A field is the most granular message structure abstraction. It carries a
specific business meaning as described by the FIX specifications. The data
domain of a
Fieldis either aDatatypeor a “code set”, i.e. enumeration. - Field
Enum - A limitation imposed on the value of a specific FIX
Field. Also known as “code set”. - Layout
Item - An entry in a sequence of FIX field definitions.
Enums§
- Field
Location - The expected location of a field within a FIX message (i.e. header, body, or trailer).
- FixDatatype
- Sum type for all possible FIX data types ever defined across all FIX application versions.
- Layout
Item Kind - The kind of element contained in a [
Message].
Traits§
Functions§
Type Aliases§
- Dictionaries
- A mapping from FIX version strings to
Dictionaryvalues. - TagU32
- Type alias for FIX tags: 32-bit unsigned integers, strictly positive.