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.12.0.0
Syntax [FlagsAttribute]
public enum StringFormat
Members
| Member name | Value | Description |
---|
| FIELD_VALUE | 0 |
Output string will contain field values only.
|
| TAG_NUMBER | 1 |
Output string will contain tag numbers and field values.
|
| TAG_NAME | 2 |
Output string will contain field names and field values.
|
| VALUE_DESCRIPTION | 4 |
Output string will contain field value description and field values.
|
See Also