//! # atomr-fix
//!
//! A FIX (Financial Information eXchange) session layer built on
//! `atomr-streams` `Tcp` + `Framing` and an actor session FSM. Handles the
//! session protocol — logon, heartbeat / test-request, sequence-number
//! management, resend-request and gap-fill, orderly logout — so execution code
//! can exchange application messages without re-implementing the wire protocol.
//!
//! Sequence numbers are persisted through a pluggable `FixSeqStore` so a
//! reconnect can issue / honor `ResendRequest` and recover cleanly.
pub use ;
pub use ;
pub use ;