Skip to main content

Module decoder

Module decoder 

Source
Expand description

Zero-copy FIX message decoder.

This module provides a high-performance decoder that parses FIX messages without allocating memory for field values. Field values are returned as references to the original buffer.

Structs§

Decoder
Zero-copy FIX message decoder.

Constants§

EQUALS
Equals sign delimiter between tag and value.
SOH
SOH (Start of Header) delimiter used in FIX messages.