Expand description
Message types and traits for FIX protocol.
This module provides:
RawMessage: Zero-copy view into a FIX message bufferOwnedMessage: Owned message for storage and cross-thread transferMsgType: Enumeration of FIX message typesFixMessage: Trait for typed message access
Structs§
- Owned
Message - Owned FIX message for storage and cross-thread transfer.
- RawMessage
- Zero-copy view into a FIX message buffer.
Enums§
- MsgType
- Standard FIX message types.
Traits§
- FixMessage
- Trait for typed FIX message access.