public interface IValidator
Modifier and Type | Method and Description |
---|---|
FIXErrorContainer |
validate(String msgType,
IValidationFIXMessage fixMessage,
boolean isContentValidation)
Validates the message.
|
FIXErrorContainer validate(String msgType, IValidationFIXMessage fixMessage, boolean isContentValidation)
msgType
- the message typefixMessage
- the fix messageisContentValidation
- the content validation flag,
if sets to true, the validator validates only content flags.Copyright © 2000–2022 EPAM Systems. All rights reserved.