Uses of Class
com.epam.fix.validation.engine.utils.FIXUtil
Packages that use FIXUtil
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
This package contains validator classes
-
Uses of FIXUtil in com.epam.fix.validation.engine
Fields in com.epam.fix.validation.engine declared as FIXUtilMethods in com.epam.fix.validation.engine that return FIXUtilConstructors in com.epam.fix.validation.engine with parameters of type FIXUtil -
Uses of FIXUtil in com.epam.fix.validation.engine.fixmessage.beans
Methods in com.epam.fix.validation.engine.fixmessage.beans with parameters of type FIXUtilModifier and TypeMethodDescriptionstatic FIXGroupContainer
FIXGroupContainer.createFIXGroupContainer
(IValidationFIXMessage fixMessage, FIXUtil util) -
Uses of FIXUtil in com.epam.fix.validation.engine.fixmessage.builder
Methods in com.epam.fix.validation.engine.fixmessage.builder with parameters of type FIXUtilModifier and TypeMethodDescriptionValidationFIXGroupBuilder.buildGroup
(FIXFieldList fixFieldList, int groupIndex, Map<Integer, Field> groupTags, int parentGroupTag, FIXUtil fixUtil) static ValidationFIXMessageBuilder
ValidationFIXMessageBuilder.createBuilder
(FIXUtil fixUtil) -
Uses of FIXUtil in com.epam.fix.validation.engine.fixmessage.tree
Methods in com.epam.fix.validation.engine.fixmessage.tree with parameters of type FIXUtilModifier and TypeMethodDescriptionstatic FIXEntry
FIXFieldTreeUtil.buildMessageTree
(FIXFieldList message, FIXUtil fixUtil) static FIXRepeatingGroup
FIXFieldTreeUtil.buildRG
(int rgTagId, int fromIndex, int toIndex, FIXFieldList message, FIXUtil fixUtil) static FIXRepeatingGroup
FIXFieldTreeUtil.buildRG
(int rgTagId, FIXFieldList message, FIXUtil fixUtil) -
Uses of FIXUtil in com.epam.fix.validation.engine.utils
Methods in com.epam.fix.validation.engine.utils that return FIXUtilModifier and TypeMethodDescriptionFIXUtilFactory.getFIXUtil
(FIXVersion fixVersion) Deprecated.FIXUtilFactory.getFIXUtil
(FIXVersion fixVersion, FIXVersion appVersion) Deprecated.FIXUtilFactory.getFIXUtil
(com.epam.fixengine.configuration.FIXVersionContainer version) FIXUtilFactory.getFIXUtil
(com.epam.fixengine.configuration.FIXVersionContainer version, com.epam.fixengine.configuration.FIXVersionContainer appFixVersion) -
Uses of FIXUtil in com.epam.fix.validation.engine.validators
Constructors in com.epam.fix.validation.engine.validators with parameters of type FIXUtilModifierConstructorDescriptionConditionalValidator
(FIXUtil util) Creates theConditionalValidator
.CeratesDuplicatedFieldValidator
.Creates theFieldAllowedInMessageValidation
.FieldOrderValidator
(FIXUtil util) Creates theFieldOrderValidator
.CreatesFieldsDefinitionsTypeValidator
.GroupValidator
(FIXUtil util) MessageTypeValidator
(FIXUtil util) Constructor MessageTypeValidator creates a new MessageTypeValidator instance.Constructor RequiredFieldValidator creates a new RequiredFieldValidator instance.