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§

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

Enums§

FieldValueError
Either a field that is missing or has an invalid value.

Constants§

SOH

Traits§

Buffer
Operations on a growable in-memory buffer.
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.