Session role.

Namespace: FIXForge.NET.FIX
Assembly: 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 nameValueDescription
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.

INITIATOR1 Initiator - establishes the telecommunications link and initiates the session via transmission of the initial Logon message.
NA0Session role is not set.

See Also