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.12.0.0
Syntax 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:
EngineInstance of the Engine.
Remarks Must be called before any other method of the library.
See Also