Enum SessionState
Session's state.
Namespace: OnixS.Fix
Assembly: OnixS.Fix.Engine.dll
Syntax
public enum SessionState
Fields
Name | Description |
---|---|
AwaitConfirmingLogon | Session-initiator is waiting for the confirming logon from the counterparty (acceptor). |
AwaitConfirmingLogout | Session is waiting for the confirming logout from the counterparty. |
AwaitLogon | Session-acceptor is waiting for the initial logon from the counterparty (initiator). |
Disconnected | Session is disconnected. |
Established | Session is fully established. |
Reconnecting | Session-initiator is trying to restore the telecommunication link. |
WaitForRetransmission | Session is waiting for the message retransmission from the counterparty. |