Format of the string representation.
Namespace: FIXForge.NET.FIXAssembly: 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 name | Value | Description | |
---|---|---|---|
TAG_NAME | 2 | Include the tag name. | |
TAG_NUMBER | 1 | Include the tag number. |