Interface IValidator

All Known Implementing Classes:
AbstractValidator, ConditionalValidator, DuplicatedFieldValidator, FieldAllowedInMessageValidator, FieldOrderValidator, FieldsDefinitionsTypeValidator, GroupValidator, MessageTypeValidator, MessageWelformedValidator, RequiredFieldValidator

public interface IValidator
The common interface for validation.
Author:
Serhiy_Zahriychuk
  • Method Details

    • validate

      FIXErrorContainer validate(String msgType, IValidationFIXMessage fixMessage, boolean isContentValidation)
      Validates the message.
      Parameters:
      msgType - the message type
      fixMessage - the fix message
      isContentValidation - the content validation flag, if sets to true, the validator validates only content flags.