DisplayMethod

Tag 1084

DisplayMethod

Abbreviation: DspMthd
Typechar
Tag1084
AddedFIX.4.4
Used in10 messages

Description

Defines what value to use in DisplayQty (1138). If not specified the default DisplayMethod is "1"

Wire Format & Usage Example

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

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

All valid values
WireNameDescription
1084=1InitialInitial (use original DisplayQty)
1084=2NewNew (use RefreshQty)
1084=3RandomRandom (randomize value)
1084=4UndisclosedUndisclosed (invisible order)

Enumerated Values

4
ValueSymbolic NameDescriptionAdded
1InitialInitial (use original DisplayQty)FIX.4.4
2NewNew (use RefreshQty)FIX.4.4
3RandomRandom (randomize value)FIX.4.4
4UndisclosedUndisclosed (invisible order)FIX.5.0SP1