Skip to main content

Module field

Module field 

Source
Expand description

Field types and traits for FIX protocol messages.

This module provides:

  • FieldTag: Type-safe wrapper for FIX field tag numbers
  • FieldRef: Zero-copy reference to a field within a message buffer
  • FieldValue: Enumeration of possible field value types
  • FixField: Trait for typed field access

Structs§

FieldRef
Zero-copy reference to a field within a FIX message buffer.
FieldTag
FIX field tag number.

Enums§

FieldValue
Enumeration of possible FIX field value types.

Traits§

FixField
Trait for typed FIX field access.