The instance of the FIX Engine.

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

See Also