Class ProtocolVersionExtensions
Protocol version extensions.
Inherited Members
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 |