Interface IDictionaryBuilder
Build of instance of Dictionary. This builder can be used for build custom fix dictionary and registered fix dictionary.
Namespace: FixAntenna.Fix.Dictionary
Assembly: FixAntenna.Dictionary.dll
Syntax
public interface IDictionaryBuilder
Methods
BuildDictionary(FixVersionContainer, Boolean)
Build dictionary by input version of FIX protocol
Declaration
IType BuildDictionary(FixVersionContainer version, bool replaceData)
Parameters
Type | Name | Description |
---|---|---|
FixVersionContainer | version | Version of FIX protocol |
System.Boolean | replaceData | if flag is set to false, the data will be add to standard dictionary, otherwise the data will be replaced. |
Returns
Type | Description |
---|---|
IType | instance of dictionary |
UpdateDictionary(FixVersionContainer)
Declaration
IType UpdateDictionary(FixVersionContainer version)
Parameters
Type | Name | Description |
---|---|---|
FixVersionContainer | version |
Returns
Type | Description |
---|---|
IType |