Tag 1109
TriggerPriceDirection
Abbreviation:
TrgrPxDirDescription
The side from which the trigger price is reached.
Wire Format & Usage Example
Single field (key=value)
1109=U (Up)
In a FIX message (ExecutionReport)
8=FIX.4.4 | 9=... | 35=8 | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 1109=U (Up) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 1109=U (Up) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
1109=U | Up | Trigger if the price of the specified type goes UP to or through the specified Trigger Price. |
1109=D | Down | Trigger if the price of the specified type goes DOWN to or through the specified Trigger Price. |
Enumerated Values
2| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| U | Up | Trigger if the price of the specified type goes UP to or through the specified Trigger Price. | FIX.4.4 |
| D | Down | Trigger if the price of the specified type goes DOWN to or through the specified Trigger Price. | FIX.4.4 |