FixEngineInstance Property

FIX Antenna .NET Programmer's Guide
Returns an instance of this class.

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

public static FixEngine Instance { get; }

Property Value

Type: FixEngine
Instance of FixEngine.

Return Value

Type: FixEngine
pointer to an instance of this class.
Remarks

It is necessary to call FixEngine.Create(...) before.
See Also

Reference

Other Resources