• Version 1.15.2
Show / Hide Table of Contents

Class ProtocolVersionExtensions

Inheritance
object
ProtocolVersionExtensions
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 ProtocolVersionExtensions

Methods

ToDictionary(ProtocolVersion)

Returns the MessageInfoDictionary that corresponds to this version of the FIX Protocol.

Declaration
public static IMessageInfoDictionary ToDictionary(this ProtocolVersion version)
Parameters
Type Name Description
ProtocolVersion version
Returns
Type Description
IMessageInfoDictionary

The MessageInfoDictionary that corresponds to this version of the FIX Protocol

ToFixString(ProtocolVersion)

Returns the fix string that corresponds to this version of the FIX Protocol.

Declaration
public static string ToFixString(this ProtocolVersion version)
Parameters
Type Name Description
ProtocolVersion version
Returns
Type Description
string

The string that corresponds to this version of the FIX Protocol

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