Initializes the 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 Init()
Visual Basic
Public Shared Function Init As Engine
Visual C++
public:
static Engine^ Init()

Return Value

Instance of the Engine.

Remarks

Must be called before any other method of the library.

See Also