forwardGetEnumerator Method    Table of ContentMessageResendingEventArgs Classforward
MessageParsingFlags Enumeration
Collection of flags which affect the way FIX message is parsed from its raw (tag=value) presentation.

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 enum MessageParsingFlags
Members
  Member nameValueDescription
None0None of tag values will be validated during parsing.
ValidateBodyLength1BodyLength, tag=9 will be validated during parsing.
ValidateCheckSum2CheckSum, tag=10 will be validated during parsing.
ValidateFieldValues8 Some field values will be validated during parsing.
ValidateRepeatingGroupEntryCount16 Repeating group entries count will be validated during parsing.
ValidateRepeatingGroupLeadingTag32 During parsing will be validated that repeating group starts from required by dialect leading tag.
ValidateDuplicatedField64
Strict123 All above mentioned validations will be performed during parsing.
See Also