Package | Description |
---|---|
com.epam.fix.validation.beans |
Support classes for mapping of the dictionaries of FIX Protocols into object oriented model.
|
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
|
Modifier and Type | Field and Description |
---|---|
protected List<Fielddef> |
Fielddic.fielddef |
Modifier and Type | Method and Description |
---|---|
List<Fielddef> |
Fielddic.getFielddef()
Gets the value of the fielddef property.
|
Modifier and Type | Method and Description |
---|---|
Fielddef[] |
FIXUtil.getFieldDef()
Gets fields.
|
Fielddef |
FIXUtil.getFieldDefByName(String name)
Gets field.
|
Fielddef |
FIXUtil.getFieldDefByTag(int tag)
Gets field.
|
Modifier and Type | Method and Description |
---|---|
List<Fielddef> |
FIXUtil.getFieldDefs(List<?> fieldsWithGroupsAndBlocks,
boolean useGroupTags)
Gets the collection of field defs.
|
List<Fielddef> |
FIXUtil.getFieldsByMessageType(String messageType)
Gets fields for message.
|
List<Fielddef> |
FIXUtil.getGroupFieldDefs(String msgType,
int startTagId)
Get all field defs in repeating group.
|
Copyright © 2000–2022 EPAM Systems. All rights reserved.