forwardValidate Method    Table of ContentMessage.StringFormat Enumerationforward
Message.Validate Method (MessageValidationFlags)
Performs the message validation according to specified criteria. Please note that the method validates required fields for the application level only, without header/trailer

Namespace:  FIXForge.NET.FIX
Assembly:  FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.10.1.0
Syntax
C#
public void Validate(
	MessageValidationFlags validationFlags
)

Parameters

validationFlags
Type: FIXForge.NET.FIX.MessageValidationFlags
message validation flags
Exceptions
ExceptionCondition
EngineExceptionThe message is not valid.
See Also