|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICondition
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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 flagList<Integer> getTags()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||