Namespace FixAntenna.Fix.Dictionary
Classes
Dictionaries
This class is storage for Dictionaries of FIX version. This class clones of IDictionary objects and returns to the clients.
DictionaryBuilder
Dictionary builder.
FixDictionaryFactory
Simple dictionary factory that returns one instance of dictionary by input version of FIX protocol
Interfaces
IDictionaryBuilder
Build of instance of Dictionary. This builder can be used for build custom fix dictionary and registered fix dictionary.
IDictionaryFactory
Build of instance of Dictionaries using input parameter. By default this is simply procedure that returns instance of Dictionaries with one Dictionary for example FIXDictionaryFactory, but there is factory that returns complex instance for example FIXTDictionaryFactory