Automatically created Session object that corresponds to the incoming FIX connection.

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 Session CreatedSession { get; }
Visual Basic
Public ReadOnly Property CreatedSession As Session
	Get
Visual C++
public:
property Session^ CreatedSession {
	Session^ get ();
}

See Also