public class ValidationFIXMessage extends ValidationFIXGroup implements IValidationFIXMessage
fixFieldList, validationFIXGroups
Constructor and Description |
---|
ValidationFIXMessage(FIXFieldList fixFieldList,
List<ValidationFIXGroup> validationFIXGroups,
FIXFieldList fullFixFieldList) |
Modifier and Type | Method and Description |
---|---|
int |
calculateBodyLength() |
int |
calculateChecksum() |
boolean |
containsTagInAllFields(int tag) |
boolean |
containsTagInMessageFields(int tag) |
FIXFieldList |
getFullFIXFieldList() |
int |
getMessageSize()
Gets the number of fields in this message.
|
long |
getMsgSeqNumber() |
String |
getMsgType() |
FIXField |
getTag(Integer reqTag) |
addFIXGroup, getFIXFieldByGroupIndt, getFixFieldList, getNoField, getValidationFIXGroups, setFixFieldList, toString
public ValidationFIXMessage(FIXFieldList fixFieldList, List<ValidationFIXGroup> validationFIXGroups, FIXFieldList fullFixFieldList)
public long getMsgSeqNumber()
public int calculateBodyLength()
public FIXFieldList getFullFIXFieldList()
public int calculateChecksum()
public String getMsgType()
public int getMessageSize()
IValidationFIXMessage
getMessageSize
in interface IValidationFIXMessage
getMessageSize
in class ValidationFIXGroup
public boolean containsTagInMessageFields(int tag)
public boolean containsTagInAllFields(int tag)
Copyright © 2000–2022 EPAM Systems. All rights reserved.