forwardValidate Method (MessageValidationFlags)   Table of ContentMessageBatch Classforward
Message.StringFormat Enumeration
Collection of flags which affect the way FIX message is converted to string representation.

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#
[FlagsAttribute]
public enum StringFormat
Members
  Member nameValueDescription
FIELD_VALUE0 Output string will contain field values only.
TAG_NUMBER1 Output string will contain tag numbers and field values.
TAG_NAME2 Output string will contain field names and field values.
VALUE_DESCRIPTION4 Output string will contain field value description and field values.
See Also