public class FieldAllowedInMessageValidator extends AbstractValidator
fixErrorBuilder, util
Constructor and Description |
---|
FieldAllowedInMessageValidator(FIXUtil util)
Creates the
FieldAllowedInMessageValidation . |
Modifier and Type | Method and Description |
---|---|
FIXErrorContainer |
validate(String msgType,
IValidationFIXMessage message,
boolean isContentValidation)
Method "validate" validates of FIX message and returns list of errors of validation process.
|
getUtil, isHeader, isHeaderOrTrailer, isMessageTypeExist, isTrailer
public FieldAllowedInMessageValidator(FIXUtil util)
FieldAllowedInMessageValidation
.util
- of type FixUtilspublic FIXErrorContainer validate(String msgType, IValidationFIXMessage message, boolean isContentValidation)
AbstractValidator
validate
in interface IValidator
validate
in class AbstractValidator
msgType
- Type of Message.message
- FIX Message.isContentValidation
- If true that is mean that will be validation only content of FIX message, without header or trailer.Copyright © 2000–2022 EPAM Systems. All rights reserved.