Enum SessionErrorReason
Session error reason.
Namespace: OnixS.Fix
Assembly: OnixS.Fix.Engine.dll
Syntax
public enum SessionErrorReason
Fields
Name | Description |
---|---|
CannotEstablishConnection | FIX Connection cannot be established. |
CannotRestoreConnection | FIX Connection cannot be restored. |
ExceptionDuringProcessingOfIncomingMessage | Exception during processing of incoming message. |
ExceptionInEventHandler | Exception was thrown by user's event handler. |
FirstMessageNotALogon | First message received is not a Logon message. |
GeneralError | General session-related error. |
InvalidIncomingMessage | Invalid incoming message is received. |
LinkErrorIsDetectedAfterInitialLogon | After sending the initial Logon message the telecommunication link error is detected. |
MsgSeqNumTooLow | The incoming message has a sequence number less than expected and the PossDupFlag is not set, it indicates a serious error. 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. |
ReplyTimeoutException |