Session role.
Namespace: FIXForge.NET.FIXAssembly: FIXForge.NET.FIX.Engine-net-3.5 (in FIXForge.NET.FIX.Engine-net-3.5.dll) Version: 2.79.1.0
Syntax
C# |
---|
public enum SessionRole |
Visual Basic |
---|
Public Enumeration SessionRole |
Visual C++ |
---|
public enum class SessionRole |
Members
Member name | Value | Description | |
---|---|---|---|
ACCEPTOR | 2 |
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 | 1 | Initiator - establishes the telecommunications link and initiates the session via transmission of the initial Logon message. | |
NA | 0 | Session role is not set. |