Class ProtocolVersionHelper
Protocol version helper.
Inherited Members
Namespace: OnixS.Fix
Assembly: OnixS.Fix.Engine.dll
Syntax
public static class ProtocolVersionHelper
Fields
NumberOfVersions
Number of versions.
Declaration
public const int NumberOfVersions = 10
Field Value
| Type | Description |
|---|---|
| int |
Methods
FromString(string)
Returns the protocol version for the given FIX protocol version string.
Declaration
public static ProtocolVersion FromString(string version)
Parameters
| Type | Name | Description |
|---|---|---|
| string | version |
Returns
| Type | Description |
|---|---|
| ProtocolVersion | protocol version for the given FIX protocol version string |
ToString(ProtocolVersion)
Returns the string representation of the given FIX protocol version.
Declaration
public static string ToString(ProtocolVersion version)
Parameters
| Type | Name | Description |
|---|---|---|
| ProtocolVersion | version |
Returns
| Type | Description |
|---|---|
| string | string representation of the given FIX protocol version |