Financial Interface eXchange (FIX) protocol version.
Namespace: FIXForge.NET.FIXAssembly: 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 name | Value | Description | |
---|---|---|---|
FIX50 | 6 | Version 5.0 of the FIX Protocol. | |
FIX44 | 5 | Version 4.4 of the FIX Protocol. | |
FIX43 | 4 | Version 4.3 of the FIX Protocol. | |
FIX42 | 3 | Version 4.2 of the FIX Protocol. | |
FIX41 | 2 | Version 4.1 of the FIX Protocol. | |
FIX40 | 1 | Version 4.1 of the FIX Protocol. | |
FIX50_SP2 | 8 | Version 5.0 SP2 of the FIX Protocol. | |
FIX50_SP1 | 7 | Version 5.0 SP1 of the FIX Protocol. | |
UNKNOWN | 0 | Unknown version of the FIX Protocol. |