Uses of Class
com.epam.fix.FIXVersion
Packages that use FIXVersion
Package
Description
This package contains class com.epam.fix.validation.engine.validation.Validator to execute the process of
validation
Miscellaneous utility classes for manipulating of FIX data,
such us FIX Message util to provide easy access to the message data of dictionary,
FIX util to provide many manipulating of FIX messages and etc
-
Uses of FIXVersion in com.epam.admintool.commands.util
Fields in com.epam.admintool.commands.util with type parameters of type FIXVersionModifier and TypeFieldDescriptionstatic final Map<String,FIXVersion> CommandUtil.FIX_VERSION_MAPPINGMethods in com.epam.admintool.commands.util that return FIXVersionModifier and TypeMethodDescriptionstatic FIXVersionCommandUtil.getAppVersion(String version) static FIXVersionCommandUtil.getFixVersion(String version) Methods in com.epam.admintool.commands.util with parameters of type FIXVersionModifier and TypeMethodDescriptionstatic StringCommandUtil.getVersion(FIXVersion fixVersion, FIXVersion appVersion) -
Uses of FIXVersion in com.epam.fix
Fields in com.epam.fix declared as FIXVersionModifier and TypeFieldDescriptionstatic final FIXVersionFIXVersion.FIX40static final FIXVersionFIXVersion.FIX41static final FIXVersionFIXVersion.FIX42static final FIXVersionFIXVersion.FIX43static final FIXVersionFIXVersion.FIX44static final FIXVersionFIXVersion.FIX50static final FIXVersionFIXVersion.FIX50SP1static final FIXVersionFIXVersion.FIX50SP2static final FIXVersionFIXVersion.FIXLATESTstatic final FIXVersionFIXVersion.FIXT11Methods in com.epam.fix that return FIXVersionModifier and TypeMethodDescriptionstatic FIXVersionFIXVersion.createInstanceByMessageVersion(String messageVersion, int fixtVersion) Deprecated.static FIXVersionFIXVersion.getInstanceByFIXTVersion(int fixNumber) Gets fix version by number.static FIXVersionFIXVersion.getInstanceByMessageVersion(String messageVersion) GetsFIXVersioninstance be string representation of fix session, FIX.4.0 - FIXT.1.1.static FIXVersionMethods in com.epam.fix that return types with arguments of type FIXVersionModifier and TypeMethodDescriptionstatic Enumeration<FIXVersion>FIXVersion.getFIXVersionEnum()Gets supported fix versions.Methods in com.epam.fix with parameters of type FIXVersionModifier and TypeMethodDescriptionintFIXVersion.compareTo(FIXVersion fixVersion) Compares this object with the specified object for order. -
Uses of FIXVersion in com.epam.fix.message
Methods in com.epam.fix.message that return FIXVersionModifier and TypeMethodDescriptionfinal FIXVersionExtendedIndexedStorage.getMsgVersion()Gets message fix version.Methods in com.epam.fix.message with parameters of type FIXVersionModifier and TypeMethodDescriptionstatic FIXFieldListRawFIXUtil.indexRepeatingGroup(FIXFieldList msg, FIXVersion version, boolean validation) static FIXFieldListRawFIXUtil.indexRepeatingGroup(FIXFieldList msg, FIXVersion version, String msgType) Creates index by dictionary for repeating group.static FIXFieldListRawFIXUtil.indexRepeatingGroup(FIXFieldList msg, FIXVersion version, String msgType, boolean validation) Creates index by dictionary for repeating group. -
Uses of FIXVersion in com.epam.fix.message.dictionary
Methods in com.epam.fix.message.dictionary with parameters of type FIXVersionModifier and TypeMethodDescriptionstatic GroupDictDictionaryHolder.getDictionary(FIXVersion version) -
Uses of FIXVersion in com.epam.fix.message.format
Methods in com.epam.fix.message.format with parameters of type FIXVersionModifier and TypeMethodDescriptionstatic final FIXDateFormatterFIXDateFormatterFactory.getSendingTimeFormatter(FIXVersion fixVersion) -
Uses of FIXVersion in com.epam.fix.message.rg
Methods in com.epam.fix.message.rg with parameters of type FIXVersionModifier and TypeMethodDescriptionvoidRepeatingGroupStorage.init(FIXVersion version, String msgType, boolean validation) Constructors in com.epam.fix.message.rg with parameters of type FIXVersionModifierConstructorDescriptionRepeatingGroupStorage(IndexedStorage storage, FIXVersion version, String msgType, boolean validation) -
Uses of FIXVersion in com.epam.fix.message.rg.exceptions
Constructors in com.epam.fix.message.rg.exceptions with parameters of type FIXVersionModifierConstructorDescriptionDuplicateGroupException(int leadingTag, FIXVersion version, String messageType) DuplicateTagException(int leadingTag, int duplicateTag, FIXVersion version, String messageType) InvalidDelimiterTagException(int delimTag, int invalidTag, FIXVersion version, String messageType) InvalidLeadingTagException(int invalidTag, FIXVersion version, String messageType) InvalidLeadingTagValueException(int leadingTag, boolean greater, FIXVersion version, String messageType) RepeatingGroupException(FIXVersion version, String messageType) UnexpectedGroupTagException(int tag, FIXVersion version, String messageType) UnresolvedGroupTagException(int invalidTag, int leadingTag, FIXVersion version, String msgType) -
Uses of FIXVersion in com.epam.fix.validation.engine
Methods in com.epam.fix.validation.engine with parameters of type FIXVersionModifier and TypeMethodDescriptionstatic voidValidationEngine.preloadDictionary(FIXVersion version, String uriToDictionary, boolean replaceData) Pre-loads dictionaries from pathuriToDictionary.static voidValidationEngine.preloadDictionary(FIXVersion version, String uriToDictionary, boolean isExternalResource, boolean replaceData) Deprecated.static voidValidationEngine.preloadDictionary(String dictionaryID, FIXVersion version, String uriToDictionary, boolean replaceData) Pre-loads dictionaries from pathuriToDictionary. -
Uses of FIXVersion in com.epam.fix.validation.engine.utils
Methods in com.epam.fix.validation.engine.utils that return FIXVersionMethods in com.epam.fix.validation.engine.utils with parameters of type FIXVersionModifier and TypeMethodDescriptionFIXUtilFactory.getFIXUtil(FIXVersion fixVersion) Deprecated.FIXUtilFactory.getFIXUtil(FIXVersion fixVersion, FIXVersion appVersion) Deprecated. -
Uses of FIXVersion in com.epam.fix.validation.engine.utils.config
Methods in com.epam.fix.validation.engine.utils.config with parameters of type FIXVersionModifier and TypeMethodDescriptionAdditionalConfiguration.getAdditionalConfigFor(FIXVersion fixVersion) Deprecated. -
Uses of FIXVersion in com.epam.fix.validation.engine.validators.factory
Methods in com.epam.fix.validation.engine.validators.factory with parameters of type FIXVersionModifier and TypeMethodDescriptionstatic IValidatorFactoryValidatorFactory.createFactory(FIXVersion fixVersion, FIXVersion appVersion) Deprecated. -
Uses of FIXVersion in com.epam.fixengine
Methods in com.epam.fixengine that return FIXVersionModifier and TypeMethodDescriptionSessionParameters.getAppVersion()Gets App version.FIXVersionUtils.getFIXTVersion()SessionParameters.getFixVersion()Gets fix version.FIXVersionUtils.getFIXVersion()Methods in com.epam.fixengine with parameters of type FIXVersionModifier and TypeMethodDescriptionFIXSession.getMessageValidator(String appVersion, FIXVersion baseFixVersion) Returns message validator by appVersion.voidSessionParameters.setAppVersion(FIXVersion appVersion) Sets App version.voidDefaultFIXSessionFactoryStrategy.setAppVersionFactory(FIXVersion appVersion, FIXSessionFactory fixSessionFactory) Sets a new session factory for appVersion.voidSessionParameters.setFixVersion(FIXVersion fixVersion) Sets fix version.voidDefaultFIXSessionFactoryStrategy.setFIXVersionFactory(FIXVersion fixVersion, FIXSessionFactory fixSessionFactory) Sets a new session factory for fixVersion. -
Uses of FIXVersion in com.epam.fixengine.session
Methods in com.epam.fixengine.session with parameters of type FIXVersionModifier and TypeMethodDescriptionAbstractFIXSession.getMessageValidator(String newAppVersion, FIXVersion baseFixVersion) -
Uses of FIXVersion in com.epam.fixengine.session.common
Methods in com.epam.fixengine.session.common that return FIXVersionMethods in com.epam.fixengine.session.common with parameters of type FIXVersionModifier and TypeMethodDescriptionvoidAbstractFIXSessionFactory.setFixVersion(FIXVersion fixVersion) Sets fix version.