Uses of Class
com.epam.fix.validation.engine.utils.definitions.BlockDefinitionsUtils
Packages that use BlockDefinitionsUtils
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 BlockDefinitionsUtils in com.epam.fix.validation.engine.utils
Methods in com.epam.fix.validation.engine.utils that return BlockDefinitionsUtilsModifier and TypeMethodDescriptionFIXUtil.getBlockDefUtils()
Method getBlockDefUtils returns the blockDefUtils of this FixUtils object. -
Uses of BlockDefinitionsUtils in com.epam.fix.validation.engine.utils.definitions
Methods in com.epam.fix.validation.engine.utils.definitions with parameters of type BlockDefinitionsUtilsModifier and TypeMethodDescriptionMessageDefinitionsUtils.getRequiredTags
(String messageType, BlockDefinitionsUtils blockDefinitionsUtils) Method getRequiredTag returns the requiredTag of this FixDefMap object.MessageDefinitionsUtils.getRequiredTags
(List fieldList, BlockDefinitionsUtils blockDefinitionsUtils) Method getRequiredTag returns the requiredTag of this FixDefMap object.