Error condition reason.
Namespace: FIXForge.NET.FIXAssembly: FIXForge.NET.FIX.Engine-net-3.5 (in FIXForge.NET.FIX.Engine-net-3.5.dll) Version: 2.79.1.0
Syntax
C# |
---|
public enum ErrorReason |
Visual Basic |
---|
Public Enumeration ErrorReason |
Visual C++ |
---|
public enum class ErrorReason |
Members
Member name | Value | Description | |
---|---|---|---|
CANNOT_RESTORE_CONNECTION | 3 | FIX Connection cannot be restored. | |
MSG_SEQ_NUM_TOO_LOW | 2 | 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 manual intervention be initiated. | |
FIRST_MESSAGE_NOT_A_LOGON | 1 | First message received is not a Logon message. | |
NA | 0 |