Format of the string representation.

Namespace: FIXForge.NET.FIX
Assembly: FIXForge.NET.FIX.Engine-net-3.5 (in FIXForge.NET.FIX.Engine-net-3.5.dll) Version: 2.79.1.0

Syntax

C#
[FlagsAttribute]
public enum StringFormat
Visual Basic
<FlagsAttribute> _
Public Enumeration StringFormat
Visual C++
[FlagsAttribute]
public enum class StringFormat

Members

Member nameValueDescription
TAG_NAME2Include the tag name.
TAG_NUMBER1Include the tag number.

See Also