Session role.
Namespace:
FIXForge.NET.FIX
Assembly:
FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.12.0.0
Syntax Members
| Member name | Value | Description |
---|
| NA | 0 | Session role is not set. |
| INITIATOR | 1 |
Initiator - establishes the telecommunications link and initiates the session via transmission
of the initial Logon message.
|
| 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.
|
See Also