Click or drag to resize

StartupParams Fields

The FixEngineStartupParams type exposes the following members.

Fields
 NameDescription
Public fieldEngineRoot The top of the directory tree under which the engine's configuration, and log files are kept. Do NOT add a slash at the end of the directory path. Overrides the value from the properties file. If it is equal to "", then the value from the properties file is used.
Public fieldLicenseKey Engine license key.
Public fieldListeningIncomingConnections Whatever to start listening for incoming connection.
Public fieldListenPort Engine's listen port. Overrides the value from the properties file. If it is equal to -1 then the value from the properties file is used.
Public fieldPropertiesFileName The FIX Engine configuration parameters file name. If , "./engine.properties" is used.
Top
See Also