API Reference fix_session v#0.1.3

Copy Markdown View Source

Modules

Initiator-side FIX session state machine.

Validated configuration for one initiator FIX session.

Drains complete FIX messages from an accumulated byte buffer.

Constructors for session-level messages.

Pure state transitions for the FIX session protocol.

Runtime state for a single FIX session.

Durable sequence-number and outbound-message storage contract.

Durable session store backed by EKV (SQLite in WAL mode, via a vendored NIF).

Default session store: an ETS table held by a supervised owner process.

In-memory store for tests and development. It is not crash durable.

Durable session store backed by PostgreSQL through the host application's Ecto.Repo.

Transport contract for initiator sessions.

TCP initiator transport over :gen_tcp.

TLS initiator transport over :ssl.