Tag 20
ExecTransType
Abbreviation:
Description
Identifies transaction type
Wire Format & Usage Example
Single field (key=value)
20=0 (New)
In a FIX message (ExecutionReport)
8=FIX.4.4 | 9=... | 35=8 | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 20=0 (New) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 20=0 (New) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
20=0 | New | New |
20=1 | Cancel | Cancel |
20=2 | Correct | Correct |
20=3 | Status | Status |
Enumerated Values
4| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | New | New | FIX.2.7 |
| 1 | Cancel | Cancel | FIX.2.7 |
| 2 | Correct | Correct | FIX.2.7 |
| 3 | Status | Status | FIX.2.7 |