• Version 1.17.0
Show / Hide Table of Contents

Class ProtocolVersionHelper

Protocol version helper.

Inheritance
object
ProtocolVersionHelper
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX