Class ValidationFIXGroup
java.lang.Object
com.epam.fix.validation.engine.fixmessage.beans.ValidationFIXGroup
- All Implemented Interfaces:
IValidationFIXMessage
- Direct Known Subclasses:
ValidationFIXMessage
This class provide functionality for recursion create FIX messages with hierarchic of groups.
- Author:
- Serhiy_Zahriychuk Date: Jun 16, 2009
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionValidationFIXGroup
(FIXFieldList fixFieldList, List<ValidationFIXGroup> validationFIXGroups) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addFIXGroup
(ValidationFIXGroup validationFIXGroup) getFIXFieldByGroupIndt
(int tag) int
Gets the number of fields in this message.int
void
setFixFieldList
(FIXFieldList fixFieldList) toString()
-
Field Details
-
fixFieldList
-
validationFIXGroups
-
-
Constructor Details
-
ValidationFIXGroup
-
-
Method Details
-
getFixFieldList
-
setFixFieldList
-
getValidationFIXGroups
-
addFIXGroup
-
getNoField
public int getNoField() -
getFIXFieldByGroupIndt
-
toString
-
getMessageSize
public int getMessageSize()Description copied from interface:IValidationFIXMessage
Gets the number of fields in this message.- Specified by:
getMessageSize
in interfaceIValidationFIXMessage
-