DiscretionMoveType

Tag 841

DiscretionMoveType

Abbreviation: MoveTyp
Typeint
Tag841
AddedFIX.4.4
Used in8 messages

Description

Describes whether discretionay price is static or floats

Wire Format & Usage Example

Single field (key=value)
841=0 (Floating)
In a FIX message (ExecutionReport)
8=FIX.4.4 | 9=... | 35=8 | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 |  | 841=0 (Floating) |  | 10=...

Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 841=0 (Floating) is this field's position in the message.

All valid values
WireNameDescription
841=0FloatingFloating (default)
841=1FixedFixed

Enumerated Values

2
ValueSymbolic NameDescriptionAdded
0FloatingFloating (default)FIX.4.4
1FixedFixedFIX.4.4