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

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

Public Types

enum  Enum {
  GeneralWarning, GarbledMessageReceived, LinkError, SeqGapIsDetected,
  ResendTimeout, CannotConnect
}
 

Detailed Description

Definition at line 65 of file ISessionListener.h.

Member Enumeration Documentation

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.


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