truefix-core 0.1.2

FIX message model, field types, and SOH codec (BodyLength/CheckSum).
Documentation
1
2
3
4
5
6
7
8
9
# truefix-core

The foundational TrueFix types: FIX messages and fields, plus SOH framing with correct
`BodyLength` and `CheckSum` handling. It is deliberately transport- and runtime-agnostic, making
it useful to low-level integrations and the other TrueFix crates.

For a normal engine integration, start with the [`truefix`](https://crates.io/crates/truefix)
facade crate. Source and examples are in the
[TrueFix repository](https://github.com/truefix-labs/truefix).