#include <OnixS/FIXEngine/FIX/ISessionListener.h>
Definition at line 35 of file ISessionListener.h.
enum Enum |
Enumerator | |
---|---|
GeneralError |
The general system-related error. |
FirstMessageNotALogon |
The first message received is not a Logon message. |
MsgSeqNumTooLow |
The incoming message has a sequence number less than expected and the PossDupFlag is not set, it indicates a serious error. It is strongly recommended that the session be terminated and a manual intervention be initiated. |
CannotRestoreConnection |
The FIX Connection cannot be restored. |
ExceptionDuringProcessingOfIncomingMessage |
An exception was thrown during processing of the incoming message. |
InvalidIncomingMessage |
The FIX message received is not valid. |
ExceptionInEventHandler |
An exception was thrown in the client event handler implementation. |
SetSocketOptionError |
Socket options cannot be set. |
Definition at line 36 of file ISessionListener.h.