FixEngineCreate Method (String)

FIX Antenna .NET Programmer's Guide
Initializes the FixEngine using property file.

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

public static FixEngine Create(
	string propertiesFileName
)

Parameters

propertiesFileName
Type: SystemString
The FIX Engine configuration parameters file name. If , "./engine.properties" is used.

Return Value

Type: FixEngine
New instance of FixEngine
Remarks

Note Note
Must be called before any other method of this library.
See Also

Reference