Expand description
Application callback interface.
This module defines the callback interface for handling FIX messages, following the QuickFIX pattern with async support.
Structs§
- NoOp
Application - Default no-op application implementation.
- Reject
Reason - Reason for rejecting a message.
- Session
Id - Session identifier.
Traits§
- Application
- Application callback interface for handling FIX messages.