WarningReason Enumeration |
Warning 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 public enum WarningReason
Members
| Member name | Value | Description |
---|
| NA | 0 | Obsolete. |
| GeneralWarning | 0 | |
| GARBLED_MESSAGE_RECEIVED | 1 | Garbled message is received. |
| LINK_ERROR_IS_DETECTED | 2 | Telecommunication link error is detected. |
| SEQ_GAP_IS_DETECTED | 3 | Sequence gap in the incoming messages is detected. |
| RESEND_TIMEOUT | 4 | Resend timeout is elapsed. |
| CANNOT_RECONNECT | 5 | Cannot re-establish the FIX Connection after the reconnect attempt. |
See Also