Package | Description |
---|---|
com.epam.admintool.commands.util | |
com.epam.fix | |
com.epam.fix.message | |
com.epam.fix.message.dictionary | |
com.epam.fix.message.format | |
com.epam.fix.message.rg | |
com.epam.fix.message.rg.exceptions | |
com.epam.fix.validation.engine |
This package contains class com.epam.fix.validation.engine.validation.Validator to execute the process of
validation
|
com.epam.fix.validation.engine.utils |
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
|
com.epam.fix.validation.engine.utils.config | |
com.epam.fix.validation.engine.validators.factory | |
com.epam.fixengine | |
com.epam.fixengine.session.common |
Modifier and Type | Field and Description |
---|---|
static Map<String,FIXVersion> |
CommandUtil.FIX_VERSION_MAPPING |
Modifier and Type | Method and Description |
---|---|
static FIXVersion |
CommandUtil.getAppVersion(String version) |
static FIXVersion |
CommandUtil.getFixVersion(String version) |
Modifier and Type | Method and Description |
---|---|
static String |
CommandUtil.getVersion(FIXVersion fixVersion,
FIXVersion appVersion) |
Modifier and Type | Field and Description |
---|---|
static FIXVersion |
FIXVersion.FIX40 |
static FIXVersion |
FIXVersion.FIX41 |
static FIXVersion |
FIXVersion.FIX42 |
static FIXVersion |
FIXVersion.FIX43 |
static FIXVersion |
FIXVersion.FIX44 |
static FIXVersion |
FIXVersion.FIX50 |
static FIXVersion |
FIXVersion.FIX50SP1 |
static FIXVersion |
FIXVersion.FIX50SP2 |
static FIXVersion |
FIXVersion.FIXT11 |
Modifier and Type | Method and Description |
---|---|
static 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)
Gets
FIXVersion instance be string
representation of fix session, FIX.4.0 - FIXT.1.1. |
static FIXVersion |
FIXVersion.valueOf(String id) |
Modifier and Type | Method and Description |
---|---|
static Enumeration<FIXVersion> |
FIXVersion.getFIXVersionEnum()
Gets supported fix versions.
|
Modifier and Type | Method and Description |
---|---|
int |
FIXVersion.compareTo(FIXVersion fixVersion)
Compares this object with the specified object for order.
|
Modifier and Type | Method and Description |
---|---|
FIXVersion |
ExtendedIndexedStorage.getMsgVersion()
Gets message fix version.
|
Modifier and Type | Method and Description |
---|---|
static 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.
|
Modifier and Type | Method and Description |
---|---|
static GroupDict |
DictionaryHolder.getDictionary(FIXVersion version) |
Modifier and Type | Method and Description |
---|---|
static FIXDateFormatter |
FIXDateFormatterFactory.getSendingTimeFormatter(FIXVersion fixVersion) |
Modifier and Type | Method and Description |
---|---|
void |
RepeatingGroupStorage.init(FIXVersion version,
String msgType,
boolean validation) |
Constructor and Description |
---|
RepeatingGroupStorage(IndexedStorage storage,
FIXVersion version,
String msgType,
boolean validation) |
Constructor and Description |
---|
DuplicateGroupException(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) |
Modifier and Type | Method and Description |
---|---|
static void |
ValidationEngine.preloadDictionary(FIXVersion version,
String uriToDictionary,
boolean replaceData)
Pre-loads dictionaries from path
uriToDictionary . |
static void |
ValidationEngine.preloadDictionary(FIXVersion version,
String uriToDictionary,
boolean isExternalResource,
boolean replaceData)
Deprecated.
@see #preloadDictionary(FIXVersion version, String uriToDictionary, boolean replaceData)
|
static void |
ValidationEngine.preloadDictionary(String dictionaryID,
FIXVersion version,
String uriToDictionary,
boolean replaceData)
Pre-loads dictionaries from path
uriToDictionary . |
Modifier and Type | Method and Description |
---|---|
FIXVersion |
FIXUtil.getVersion()
Gets fix version.
|
Modifier and Type | Method and Description |
---|---|
FIXUtil |
FIXUtilFactory.getFIXUtil(FIXVersion fixVersion)
Deprecated.
@see #getFIXUtil(FIXVersionContainer version)
|
FIXUtil |
FIXUtilFactory.getFIXUtil(FIXVersion fixVersion,
FIXVersion appVersion)
Deprecated.
@see #getFIXUtil(FIXVersionContainer version, FIXVersionContainer appFixVersion))
|
Modifier and Type | Method and Description |
---|---|
AdditionalConfiguration.DictionaryConfig |
AdditionalConfiguration.getAdditionalConfigFor(FIXVersion fixVersion)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static IValidatorFactory |
ValidatorFactory.createFactory(FIXVersion fixVersion,
FIXVersion appVersion)
Deprecated.
@see #createFactory(FIXVersionContainer fixVersion, FIXVersionContainer appVersion)
|
Modifier and Type | Method and Description |
---|---|
FIXVersion |
SessionParameters.getAppVersion()
Gets App version.
|
FIXVersion |
FIXVersionUtils.getFIXTVersion() |
FIXVersion |
SessionParameters.getFixVersion()
Gets fix version.
|
FIXVersion |
FIXVersionUtils.getFIXVersion() |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
FIXVersion |
AbstractFIXSessionFactory.getFIXVersion()
Gets fixVersion.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractFIXSessionFactory.setFixVersion(FIXVersion fixVersion)
Sets fix version.
|
Copyright © 2000–2022 EPAM Systems. All rights reserved.