Financial Interface eXchange (FIX) protocol version.

Namespace: FIXForge.NET.FIX
Assembly: FIXForge.NET.FIX.Engine-net-3.5 (in FIXForge.NET.FIX.Engine-net-3.5.dll) Version: 2.79.1.0

Syntax

C#
public enum ProtocolVersion
Visual Basic
Public Enumeration ProtocolVersion
Visual C++
public enum class ProtocolVersion

Members

Member nameValueDescription
FIX506 Version 5.0 of the FIX Protocol.
FIX445 Version 4.4 of the FIX Protocol.
FIX434 Version 4.3 of the FIX Protocol.
FIX423 Version 4.2 of the FIX Protocol.
FIX412 Version 4.1 of the FIX Protocol.
FIX401 Version 4.1 of the FIX Protocol.
FIX50_SP28Version 5.0 SP2 of the FIX Protocol.
FIX50_SP17 Version 5.0 SP1 of the FIX Protocol.
UNKNOWN0 Unknown version of the FIX Protocol.

See Also