Expand description
The FIX message: standard header, body, and trailer, with wire-format parsing and serialization.
Structs§
Constants§
Functions§
- checksum
- FIX checksum: byte sum mod 256.
Type Aliases§
- Tag
- Signed, like the reference engines’
inttags: 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.