Tag 1100
TriggerType
Abbreviation:
TrgrTypDescription
Defines when the trigger will hit, i.e. the action specified by the trigger instructions will come into effect.
Wire Format & Usage Example
Single field (key=value)
1100=1 (PartialExecution)
In a FIX message (ExecutionReport)
8=FIX.4.4 | 9=... | 35=8 | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 1100=1 (PartialExecution) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 1100=1 (PartialExecution) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
1100=1 | PartialExecution | Partial Execution |
1100=2 | SpecifiedTradingSession | Specified Trading Session |
1100=3 | NextAuction | Next Auction |
1100=4 | PriceMovement | Price Movement |
Enumerated Values
4| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 1 | PartialExecution | Partial Execution | FIX.4.4 |
| 2 | SpecifiedTradingSession | Specified Trading Session | FIX.4.4 |
| 3 | NextAuction | Next Auction | FIX.4.4 |
| 4 | PriceMovement | Price Movement | FIX.4.4 |