Class ProtocolVersionExtensions
Inherited Members
Namespace: OnixS.Fix
Assembly: OnixS.Fix.Engine.dll
Syntax
public static class ProtocolVersionExtensions
Methods
ToDictionary(ProtocolVersion)
Returns the Dictionary that corresponds to this version of the FIX Protocol.
Declaration
public static Dictionary ToDictionary(this ProtocolVersion version)
Parameters
Type | Name | Description |
---|---|---|
ProtocolVersion | version |
Returns
Type | Description |
---|---|
Dictionary | The Dictionary 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 |