forwardInit Method    Table of ContentInit Method (EngineSettings)forward
Engine.Init Method (Int32)
Initializes the engine with the given Listen port.

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(
	int listenPort
)

Parameters

listenPort
Type: System.Int32
The engine listens on this port for incoming connections. If '0' then only session-initiators can be created. If '-1' then the telecommunication level is disabled and only message parsing/assembling can be used.

Return Value

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