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_MAPPING
Methods in com.epam.admintool.commands.util that return FIXVersionModifier and TypeMethodDescriptionstatic FIXVersion
CommandUtil.getAppVersion
(String version) static FIXVersion
CommandUtil.getFixVersion
(String version) Methods in com.epam.admintool.commands.util with parameters of type FIXVersionModifier and TypeMethodDescriptionstatic String
CommandUtil.getVersion
(FIXVersion fixVersion, FIXVersion appVersion) -
Uses of FIXVersion in com.epam.fix
Fields in com.epam.fix declared as FIXVersionModifier and TypeFieldDescriptionstatic final FIXVersion
FIXVersion.FIX40
static final FIXVersion
FIXVersion.FIX41
static final FIXVersion
FIXVersion.FIX42
static final FIXVersion
FIXVersion.FIX43
static final FIXVersion
FIXVersion.FIX44
static final FIXVersion
FIXVersion.FIX50
static final FIXVersion
FIXVersion.FIX50SP1
static final FIXVersion
FIXVersion.FIX50SP2
static final FIXVersion
FIXVersion.FIXLATEST
static final FIXVersion
FIXVersion.FIXT11
Methods in com.epam.fix that return FIXVersionModifier and TypeMethodDescriptionstatic FIXVersion
FIXVersion.createInstanceByMessageVersion
(String messageVersion, int fixtVersion) Deprecated.static FIXVersion
FIXVersion.getInstanceByFIXTVersion
(int fixNumber) Gets fix version by number.static FIXVersion
FIXVersion.getInstanceByMessageVersion
(String messageVersion) GetsFIXVersion
instance be string representation of fix session, FIX.4.0 - FIXT.1.1.static FIXVersion
Methods 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 TypeMethodDescriptionint
FIXVersion.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 FIXVersion
ExtendedIndexedStorage.getMsgVersion()
Gets message fix version.Methods in com.epam.fix.message with parameters of type FIXVersionModifier and TypeMethodDescriptionstatic FIXFieldList
RawFIXUtil.indexRepeatingGroup
(FIXFieldList msg, FIXVersion version, boolean validation) static FIXFieldList
RawFIXUtil.indexRepeatingGroup
(FIXFieldList msg, FIXVersion version, String msgType) Creates index by dictionary for repeating group.static FIXFieldList
RawFIXUtil.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 GroupDict
DictionaryHolder.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 FIXDateFormatter
FIXDateFormatterFactory.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 TypeMethodDescriptionvoid
RepeatingGroupStorage.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 void
ValidationEngine.preloadDictionary
(FIXVersion version, String uriToDictionary, boolean replaceData) Pre-loads dictionaries from pathuriToDictionary
.static void
ValidationEngine.preloadDictionary
(FIXVersion version, String uriToDictionary, boolean isExternalResource, boolean replaceData) Deprecated.static void
ValidationEngine.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 IValidatorFactory
ValidatorFactory.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.void
SessionParameters.setAppVersion
(FIXVersion appVersion) Sets App version.void
DefaultFIXSessionFactoryStrategy.setAppVersionFactory
(FIXVersion appVersion, FIXSessionFactory fixSessionFactory) Sets a new session factory for appVersion.void
SessionParameters.setFixVersion
(FIXVersion fixVersion) Sets fix version.void
DefaultFIXSessionFactoryStrategy.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 TypeMethodDescriptionvoid
AbstractFIXSessionFactory.setFixVersion
(FIXVersion fixVersion) Sets fix version.