Click or drag to resize

FixEngineStartupParams(String, Int32, String) Constructor

Constructor.

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public StartupParams(
	string propertiesFileName,
	int listenPort,
	string engineRoot
)

Parameters

propertiesFileName  String
The FIX Engine configuration parameters file name. If , "./engine.properties" is used.
listenPort  Int32
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  String
The top of the directory tree under which the engine's configuration.
See Also