Skip to main content

Module session

Module session 

Source
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ยง

SessionHandle
Cheap, cloneable handle to a running session task.
SessionStatus