#include <OnixS/FIXEngine/FIX/ISessionListener.h>
Public Types | |
enum | Enum { GeneralWarning, GarbledMessageReceived, LinkError, SeqGapIsDetected, ResendTimeout, CannotConnect } |
Definition at line 65 of file ISessionListener.h.
enum Enum |
Enumerator | |
---|---|
GeneralWarning |
The general system-related warning. |
GarbledMessageReceived |
A garbled message is received. |
LinkError |
The telecommunication link error is detected. |
SeqGapIsDetected |
The sequence gap in the incoming messages is detected. |
ResendTimeout |
The ResendTimeout is elapsed. |
CannotConnect |
Cannot re-establish the FIX Connection after the reconnect attempt. |
Definition at line 66 of file ISessionListener.h.