Class ValidationFIXMessage
java.lang.Object
com.epam.fix.validation.engine.fixmessage.beans.ValidationFIXGroup
com.epam.fix.validation.engine.fixmessage.beans.ValidationFIXMessage
- All Implemented Interfaces:
IValidationFIXMessage
- Author:
- Serhiy_Zahriychuk Date: Jun 16, 2009
-
Field Summary
Fields inherited from class com.epam.fix.validation.engine.fixmessage.beans.ValidationFIXGroup
fixFieldList, validationFIXGroups
-
Constructor Summary
ConstructorsConstructorDescriptionValidationFIXMessage
(FIXFieldList fixFieldList, List<ValidationFIXGroup> validationFIXGroups, FIXFieldList fullFixFieldList) -
Method Summary
Modifier and TypeMethodDescriptionint
int
boolean
containsTagInAllFields
(int tag) boolean
containsTagInMessageFields
(int tag) long
Deprecated.int
getTagValueAsInt
(int reqTag) getTagValueAsSting
(int reqTag) Methods inherited from class com.epam.fix.validation.engine.fixmessage.beans.ValidationFIXGroup
addFIXGroup, getFIXFieldByGroupIndt, getFixFieldList, getMessageSize, getNoField, getValidationFIXGroups, setFixFieldList, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.epam.fix.validation.IValidationFIXMessage
getMessageSize
-
Constructor Details
-
ValidationFIXMessage
public ValidationFIXMessage(FIXFieldList fixFieldList, List<ValidationFIXGroup> validationFIXGroups, FIXFieldList fullFixFieldList)
-
-
Method Details
-
getTag
Deprecated. -
getTagValueAsSting
-
getTagValueAsInt
public int getTagValueAsInt(int reqTag) -
getMsgSeqNumber
public long getMsgSeqNumber() -
calculateBodyLength
public int calculateBodyLength() -
getFullFIXFieldList
-
calculateChecksum
public int calculateChecksum() -
getMsgType
-
containsTagInMessageFields
public boolean containsTagInMessageFields(int tag) -
containsTagInAllFields
public boolean containsTagInAllFields(int tag)
-