Skip to main content

Module message

Module message 

Source
Expand description

Message types and traits for FIX protocol.

This module provides:

  • RawMessage: Zero-copy view into a FIX message buffer
  • OwnedMessage: Owned message for storage and cross-thread transfer
  • MsgType: Enumeration of FIX message types
  • FixMessage: Trait for typed message access

Structs§

OwnedMessage
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.