FixEngineStartupParams Constructor (String, Int32, String)

FIX Antenna .NET Programmer's Guide
Constructor.

Namespace:  com.b2bits.FIXAntenna
Assembly:  FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.31.0.0
Syntax

public StartupParams(
	string propertiesFileName,
	int listenPort,
	string engineRoot
)

Parameters

propertiesFileName
Type: SystemString
The FIX Engine configuration parameters file name. If , "./engine.properties" is used.
listenPort
Type: SystemInt32
Engine's listen port. Overrides the value from the properties file. If it is equal to -1 then the value from the proterties file is used.
engineRoot
Type: SystemString
The top of the directory tree under which the engine's configuration.
See Also

Reference