Skip to main content

Module message

Module message 

Source
Expand description

The FIX message: standard header, body, and trailer, with wire-format parsing and serialization.

Structs§

Message

Constants§

SOH

Functions§

checksum
FIX checksum: byte sum mod 256.

Type Aliases§

Tag
Signed, like the reference engines’ int tags: a negative wire tag (e.g. -1=x) must parse so it can be rejected as an invalid tag number rather than garbling the whole message.