Enum SessionWarningReason
Session warning reason.
Namespace: OnixS.Fix
Assembly: OnixS.Fix.Engine.dll
Syntax
public enum SessionWarningReason
Fields
| Name | Description |
|---|---|
| CannotReconnect | Cannot reconnect the FIX Connection. |
| GarbledMessageReceived | Garbled message is received. |
| GeneralWarning | General session-related warning. |
| LinkErrorIsDetected | Telecommunication link error is detected. |
| ResendRequestManually | Resend Request (2) message was sent by the sendResendRequest session method. |
| ResendRequestRejectConsideredAsGapFill | Reject(3) message on Resend Request(2) is considered as Gap Fill. |
| ResendTimeout | Resend timeout is elapsed. |
| SequenceGapIsDetected | Sequence gap is detected in the received message. |
| TimeoutIsDetected | Timeout is detected. |