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