Enum SessionRole
SessionInternal role.
Namespace: OnixS.Fix
Assembly: OnixS.Fix.Engine.dll
Syntax
public enum SessionRole
Fields
Name | Description |
---|---|
Acceptor | Acceptor - the receiving party of the FIX session. It listens for the incoming connection on the pre-defined port. The acceptor has responsibility to perform first level authentication and formally declare the connection request "accepted" through transmission of an acknowledgment Logon message. |
Initiator | Initiator - establishes the telecommunications link and initiates the session via transmission of the initial Logon message. |
NotSet | Session role is not set. |