• Version 1.15.2
Show / Hide Table of Contents

Enum FixStringFormat

Collection of flags which affect the way FIX message is converted to string representation.

Namespace: OnixS.Fix
Assembly: OnixS.Fix.Engine.dll
Syntax
[Flags]
public enum FixStringFormat

Fields

Name Description
FieldValue

Output string will contain field values only. Example: FIXT.1.1|0|A|ONIXS|CME|1|20140206-13:09:37.798|9|0|5|ONIXS|ONIXS|9|000|

TagName

Output string will contain field names and field values. Example: BeginString=FIXT.1.1|BodyLength=0|MsgType=A|SenderCompID=ONIXS|TargetCompID=CME|...

TagNumber

Output string will contain tag numbers and field values. Example: 8=FIXT.1.1|9=0|35=A|49=ONIXS|56=CME|34=1|52=20140206-13:09:37.798|1128=9|98=0|108=5|...

ValueDescription

Output string will contain field value descriptions. Example: FIX.4.0|9=64|35=D(Order - Single)|34=1|52=99990909-17:17:17|21=1(Automated execution order, private, no Broker intervention)|55=IBM|54=1(Buy)|...

In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX