Class Dictionaries
This class is storage for Dictionaries of FIX version. This class clones of IDictionary objects and returns to the clients.
Inheritance
System.Object
Dictionaries
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FixAntenna.Fix.Dictionary
Assembly: FixAntenna.Dictionary.dll
Syntax
public class Dictionaries
Constructors
Dictionaries(IList<IType>)
Creates Dictionaries
.
Declaration
public Dictionaries(IList<IType> types)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<IType> | types |
Methods
GetDictionaries()
Gets dictionaries.
Declaration
public virtual IList<IType> GetDictionaries()
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<IType> |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()