forwardPortRange Methods   Table of ContentProxySettings Classforward
ProtocolVersion Enumeration
Financial Interface eXchange (FIX) protocol version.

Namespace:  FIXForge.NET.FIX
Assembly:  FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.10.1.0
Syntax
C#
public enum ProtocolVersion
Members
  Member nameValueDescription
UNKNOWN0 Unknown version of the FIX Protocol.
FIX401 Version 4.0 of the FIX Protocol.
FIX412 Version 4.1 of the FIX Protocol.
FIX423 Version 4.2 of the FIX Protocol.
FIX434 Version 4.3 of the FIX Protocol.
FIX445 Version 4.4 of the FIX Protocol.
FIX506 Version 5.0 of the FIX Protocol.
FIX50_SP17 Version 5.0 SP1 of the FIX Protocol.
FIX50_SP28Version 5.0 SP2 of the FIX Protocol.
See Also