Click or drag to resize

FixEngineCreate Method

Initializes the FixEngine using default settings.

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public static FixEngine Create()

Return Value

FixEngine
New instance of FixEngine
Remarks
"./engine.properties" file is used to initialize FixEngine.
Note  Note
Must be called before any other method of this library.
See Also