Interface IValidator
The common interface for validation.
Namespace: FixAntenna.Fix.Validation.Engine
Assembly: FixAntenna.Message.dll
Syntax
public interface IValidator
Methods
Validate(String, IValidationFixMessage, Boolean)
Validates the message.
Declaration
FixErrorContainer Validate(string msgType, IValidationFixMessage message, bool isContentValidation)
Parameters
Type | Name | Description |
---|---|---|
System.String | msgType | the message type |
IValidationFixMessage | message | the fix message |
System.Boolean | isContentValidation | the content validation flag, if sets to true, the validator validates only content flags. |
Returns
Type | Description |
---|---|
FixErrorContainer |