OnixS C++ FIX Engine  4.10.1
API Documentation
ErrorReason Struct Reference

#include <OnixS/FIXEngine/FIX/ISessionListener.h>

Public Types

enum  Enum {
  GeneralError, FirstMessageNotALogon, MsgSeqNumTooLow, CannotRestoreConnection,
  ExceptionDuringProcessingOfIncomingMessage, InvalidIncomingMessage, ExceptionInEventHandler, SetSocketOptionError
}
 

Detailed Description

Definition at line 35 of file ISessionListener.h.

Member Enumeration Documentation

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.


The documentation for this struct was generated from the following file: