Uses of Class
com.epam.fix.validation.beans.Fielddef
Packages that use Fielddef
Package
Description
Support classes for mapping of the dictionaries of FIX Protocols into object oriented model.
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 Fielddef in com.epam.fix.validation.beans
Fields in com.epam.fix.validation.beans with type parameters of type FielddefMethods in com.epam.fix.validation.beans that return types with arguments of type FielddefModifier and TypeMethodDescriptionFielddic.getFielddef()
Gets the value of the fielddef property. -
Uses of Fielddef in com.epam.fix.validation.engine.utils
Methods in com.epam.fix.validation.engine.utils that return FielddefModifier and TypeMethodDescriptionFielddef[]
FIXUtil.getFieldDef()
Gets fields.FIXUtil.getFieldDefByName
(String name) Gets field.FIXUtil.getFieldDefByTag
(int tag) Gets field.Methods in com.epam.fix.validation.engine.utils that return types with arguments of type FielddefModifier and TypeMethodDescriptionFIXUtil.getFieldDefs
(List<?> fieldsWithGroupsAndBlocks, boolean useGroupTags) Gets the collection of field defs.FIXUtil.getFieldDefsWithNewAlghorithm
(List<?> fieldsWithGroupsAndBlocks, boolean useGroupTags) FIXUtil.getFieldsByMessageType
(String messageType) Gets fields for message.FIXUtil.getGroupFieldDefs
(String msgType, int startTagId) Get all field defs in repeating group.