forwardSessionMessageMode Enumeration   Table of ContentSessionState Enumerationforward
SessionRole Enumeration
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.10.1.0
Syntax
C#
public enum SessionRole
Members
  Member nameValueDescription
NA0Session role is not set.
INITIATOR1 Initiator - establishes the telecommunications link and initiates the session via transmission of the initial Logon message.
ACCEPTOR2 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