Expand description
Field types and traits for FIX protocol messages.
This module provides:
FieldTag: Type-safe wrapper for FIX field tag numbersFieldRef: Zero-copy reference to a field within a message bufferFieldValue: Enumeration of possible field value typesFixField: Trait for typed field access
Structs§
Enums§
- Field
Value - Enumeration of possible FIX field value types.
Traits§
- FixField
- Trait for typed FIX field access.