Crate hotfix_message

Crate hotfix_message 

Source

Re-exports§

pub use hotfix_dictionary as dict;

Modules§

error
field_types
A wide collection of FieldType implementors.
fix44
Field and message definitions for FIX.4.4.
message
parsed_message

Structs§

RepeatingGroup
Represents a FIX repeating group, such as a party in the list of parties.

Constants§

SOH

Traits§

FieldType
Provides (de)serialization logic for a Rust type as FIX field values.
Part

Type Aliases§

TagU32
Type alias for FIX tags: 32-bit unsigned integers, strictly positive.

Derive Macros§

FieldType
A derive macro for the FieldType trait on enum’s.