Click or drag to resize

SessionAppVersion Property

Returns the FIX Application level protocol base version.

Namespace: com.b2bits.FIXAntenna
Assembly: FIXAntenna_net4.8 (in FIXAntenna_net4.8.dll) Version: 2.32.0.0
Syntax
public FixVersion AppVersion { get; }

Property Value

FixVersion
FIX protocol version
Remarks
Protocol base version cannot be used as an unique identifier of the application protocol in the parser.
See Also