Enum ProtocolVersion
Financial Interface eXchange (FIX) protocol version.
Namespace: OnixS.Fix
Assembly: OnixS.Fix.Engine.dll
Syntax
public enum ProtocolVersion : byte
Fields
| Name | Description |
|---|---|
| Fix40 | Version 4.0 of the FIX Protocol. |
| Fix41 | Version 4.1 of the FIX Protocol. |
| Fix42 | Version 4.2 of the FIX Protocol. |
| Fix43 | Version 4.3 of the FIX Protocol. |
| Fix44 | Version 4.4 of the FIX Protocol. |
| Fix50 | Version 5.0 of the FIX Protocol. |
| Fix50sp1 | Version 5.0 SP1 of the FIX Protocol. |
| Fix50sp2 | Version 5.0 SP2 of the FIX Protocol. |
| Fix50sp2Latest | Version 5.0 SP2 Latest of the FIX Protocol. |
| Unknown | Unknown version of the FIX Protocol. |