Error condition reason.
Namespace:
FIXForge.NET.FIX
Assembly:
FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.12.0.0
Syntax Members
| Member name | Value | Description |
---|
| NA | 0 | Obsolete.
Error reason is not specified.
|
| GeneralError | 0 | |
| FIRST_MESSAGE_NOT_A_LOGON | 1 |
First message received is not a Logon message.
|
| 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 should be terminated and manual intervention should be initiated.
|
| CANNOT_RESTORE_CONNECTION | 3 |
FIX Connection cannot be restored.
|
| EXCEPTION_DURING_PROCESSING_OF_INCOMING_MESSAGE | 4 |
Exception was thrown during processing of an incoming message.
|
| INVALID_INCOMING_MESSAGE | 5 |
There were any errors during parsing/validation of the incoming message.
|
| EXCEPTION_IN_EVENT_HANDLER | 6 | |
See Also