com.epam.fix.validation.engine.dictionary
Class DictionaryBuilder
java.lang.Object
com.epam.fix.validation.engine.dictionary.DictionaryBuilder
- All Implemented Interfaces:
- IDictionaryBuilder
public class DictionaryBuilder
- extends Object
- implements IDictionaryBuilder
Dictionary builder.
- Author:
- Serhiy_Zahriychuk Date: Jan 13, 2009
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DictionaryBuilder
public DictionaryBuilder()
buildDictionary
public IType buildDictionary(FIXVersionContainer version,
boolean replaceData)
- Description copied from interface:
IDictionaryBuilder
- Build dictionary by input version of FIX protocol
- Specified by:
buildDictionary
in interface IDictionaryBuilder
- Parameters:
version
- Version of FIX protocolreplaceData
- 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
public IType updateDictionary(FIXVersionContainer version)
- Specified by:
updateDictionary
in interface IDictionaryBuilder
Copyright © 2000-2014 EPAM Systems. All Rights Reserved.