public interface ICondition
Modifier and Type | Method and Description |
---|---|
List<Integer> |
getTags()
Gets the tags list
|
boolean |
isGroupTags()
Returns true, if this group tag.
|
boolean |
isRequired(FIXFieldList msgFieldList)
Returns true, if msgFieldList has a required tag.
|
void |
setGroupTags(boolean isGroup)
Setter for group.
|
boolean |
validateCondition(Integer validateTag,
FIXFieldList msgFieldList,
String msgType,
Map<Integer,ICondition> tagsMap,
boolean inversion)
This method propouses for the validate condition rules.
|
boolean validateCondition(Integer validateTag, FIXFieldList msgFieldList, String msgType, Map<Integer,ICondition> tagsMap, boolean inversion)
validateTag
- Tag with conditional rule.msgFieldList
- Part of FIX message where doing validation process.msgType
- Type of FIXMessage.tagsMap
- All tags with conditional for current part of FIXMessage.inversion
- Inversion: if true all validations are doing in invert order.boolean isRequired(FIXFieldList msgFieldList)
msgFieldList
- the messageboolean isGroupTags()
void setGroupTags(boolean isGroup)
isGroup
- the group flagCopyright © 2000–2022 EPAM Systems. All rights reserved.