Uses of Class
com.epam.fix.validation.beans.Field
Packages that use Field
Package
Description
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 Field in com.epam.fix.validation.engine.fixmessage.builder
Method parameters in com.epam.fix.validation.engine.fixmessage.builder with type arguments of type FieldModifier and TypeMethodDescriptionValidationFIXGroupBuilder.buildGroup
(FIXFieldList fixFieldList, int groupIndex, Map<Integer, Field> groupTags, int parentGroupTag, FIXUtil fixUtil) -
Uses of Field in com.epam.fix.validation.engine.utils
Methods in com.epam.fix.validation.engine.utils that return FieldModifier and TypeMethodDescriptionGets the field.Methods in com.epam.fix.validation.engine.utils that return types with arguments of type FieldModifier and TypeMethodDescriptionReturns list of tags of fields from input list.Returns list of tags of fields from input list.FIXUtil.getGroupsTags
(String msgType, int groupTag, FIXFieldList fieldList, boolean withInternalGroup) Gets group tags.FIXUtil.getGroupTagsWithInternalGroups
(String msgType, int groupTag, FIXFieldList fieldList) Gets group tags, the returned result includes the inner groups.FIXUtil.getGroupTagsWithOutInternalGroups
(String msgType, int tag, FIXFieldList fieldList) Gets group tags, the returned result does not include the inner groups. -
Uses of Field in com.epam.fix.validation.engine.utils.cache
Fields in com.epam.fix.validation.engine.utils.cache with type parameters of type FieldMethods in com.epam.fix.validation.engine.utils.cache that return FieldMethods in com.epam.fix.validation.engine.utils.cache that return types with arguments of type FieldModifier and TypeMethodDescriptionBlockCache.getCache()
GroupCache.getCache()
BlockGroupsCache.getMapCashe()
Methods in com.epam.fix.validation.engine.utils.cache with parameters of type FieldMethod parameters in com.epam.fix.validation.engine.utils.cache with type arguments of type FieldModifier and TypeMethodDescriptionvoid
BlockCache.putAllCache
(Map<Integer, Field> mapCashe) void
GroupCache.putAllCache
(Map<Integer, Field> mapCache) Constructor parameters in com.epam.fix.validation.engine.utils.cache with type arguments of type FieldModifierConstructorDescriptionBlockGroupsCache
(String id, Map<Integer, Field> value) Constructor for create instance ofBlockGroupsCache