Expand description
The FIX session layer: logon negotiation, heartbeats, sequence number tracking, resend/gap-fill recovery, and the per-session run loop.
Protocol behavior follows QuickFIX C++ (Session.cpp); the concurrency
model follows quickfix-go: one task owns all session state, connected to
the socket tasks and API handles purely by channels.
Structsยง
- Session
Handle - Cheap, cloneable handle to a running session task.
- Session
Status