Tag 1101
TriggerAction
Abbreviation:
TrgrActnDescription
Defines the type of action to take when the trigger hits.
Wire Format & Usage Example
Single field (key=value)
1101=1 (Activate)
In a FIX message (ExecutionReport)
8=FIX.4.4 | 9=... | 35=8 | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 1101=1 (Activate) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 1101=1 (Activate) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
1101=1 | Activate | Activate |
1101=2 | Modify | Modify |
1101=3 | Cancel | Cancel |
Enumerated Values
3| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 1 | Activate | Activate | FIX.4.4 |
| 2 | Modify | Modify | FIX.4.4 |
| 3 | Cancel | Cancel | FIX.4.4 |