Package | Description |
---|---|
com.epam.fix.validation.engine.fixmessage.builder | |
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.cache |
Modifier and Type | Method and Description |
---|---|
ValidationFIXGroupContainer |
ValidationFIXGroupBuilder.buildGroup(FIXFieldList fixFieldList,
int groupIndex,
Map<Integer,Field> groupTags,
int parentGroupTag,
FIXUtil fixUtil) |
Modifier and Type | Method and Description |
---|---|
Field |
FIXUtil.getField(String msgType,
Integer tag)
Gets the field.
|
Modifier and Type | Method and Description |
---|---|
List<Field> |
FIXUtil.getFields(List<?> list)
Returns list of tags of fields from input list.
|
List<Field> |
FIXUtil.getFields(String messageType)
Returns list of tags of fields from input list.
|
Map<Integer,Field> |
FIXUtil.getGroupsTags(String msgType,
int groupTag,
FIXFieldList fieldList,
boolean withInternalGroup)
Gets group tags.
|
Map<Integer,Field> |
FIXUtil.getGroupTagsWithInternalGroups(String msgType,
int groupTag,
FIXFieldList fieldList)
Gets group tags, the returned result includes the inner groups.
|
Map<Integer,Field> |
FIXUtil.getGroupTagsWithOutInternalGroups(String msgType,
int tag,
FIXFieldList fieldList)
Gets group tags, the returned result does not include the inner groups.
|
Modifier and Type | Field and Description |
---|---|
protected Map<Integer,Field> |
AbstractCache.mapCache |
Modifier and Type | Method and Description |
---|---|
Field |
AbstractCache.get(Integer key) |
Modifier and Type | Method and Description |
---|---|
Map<Integer,Field> |
BlockCache.getCache() |
Map<Integer,Field> |
GroupCache.getCache() |
Map<Integer,Field> |
BlockGroupsCache.getMapCashe() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCache.put(Integer key,
Field value) |
Modifier and Type | Method and Description |
---|---|
void |
BlockCache.putAllCache(Map<Integer,Field> mapCashe) |
void |
GroupCache.putAllCache(Map<Integer,Field> mapCache) |
Constructor and Description |
---|
BlockGroupsCache(String id,
Map<Integer,Field> value)
Constructor for create instance of
BlockGroupsCache |
Copyright © 2000–2022 EPAM Systems. All rights reserved.