API Reference ex_fix v#0.2.6
Modules
Elixir implementation of FIX Session Protocol FIXT.1.1. Currently only supports FIX session initiator (buy side).
FIX DateTime related functions
Simple FIX Dictionary
FIX Session registry - Tracks status of FIX sessions
FIX dictionary behaviour
Represents a received FIX message.
FIX message built on application layer
FIX message parser
FIX message serialization
FIX session protocol implementation
Represents a FIX message sent to counterparty
FIX session configuration
FIX Session Handler behaviour. Declare callbacks to process received FIX messages and session events.
Session registry.
Keeps track of sent and received messages. Triggers a message with the
form {:timeout, timer_name}
when no sent/received messages are registered
for a certain time.
FIX session worker