com.epam.fix.validation.engine.dictionary
Interface IDictionaryBuilder
- All Known Implementing Classes:
- DictionaryBuilder
public interface IDictionaryBuilder
Build of instance of Dictionary.
This builder can be used for build custom fix dictionary and registered fix dictionary.
- Author:
- Serhiy_Zahriychuk
Date: Jan 13, 2009
buildDictionary
IType buildDictionary(FIXVersionContainer version,
boolean replaceData)
- Build dictionary by input version of FIX protocol
- Parameters:
version
- Version of FIX protocoluriToTheDictionary
- The URI from where the dictionary can be downloaded.
If uri is empty or null dictionary builder find file in the clash path.replaceData
- if flag is set to false, the data will be add to
standard dictionary, otherwise the data will be replaced.
- Returns:
- instance of dictionary
updateDictionary
IType updateDictionary(FIXVersionContainer version)
Copyright © 2000-2014 EPAM Systems. All Rights Reserved.