Crate hotfix_dictionary

Crate hotfix_dictionary 

Source
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 Field is either a Datatype or a “code set”, i.e. enumeration.
FieldEnum
A limitation imposed on the value of a specific FIX Field. Also known as “code set”.
LayoutItem
An entry in a sequence of FIX field definitions.

Enums§

FieldLocation
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.
LayoutItemKind
The kind of element contained in a [Message].

Traits§

IsFieldDefinition

Functions§

display_layout_item

Type Aliases§

Dictionaries
A mapping from FIX version strings to Dictionary values.
TagU32
Type alias for FIX tags: 32-bit unsigned integers, strictly positive.