forwardInit Method (Int32)   Table of ContentIsInitialized Method forward
Engine.Init Method (EngineSettings)
Initializes the engine.

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 static Engine Init(
	EngineSettings settings
)

Parameters

settings
Type: FIXForge.NET.FIX.EngineSettings
Engine settings.

Return Value

Type: Engine
Instance of the Engine.
Remarks
Must be called before any other method of the library.
See Also