Tag 298
QuoteCancelType
Abbreviation:
CxlTypDescription
Identifies the type of quote cancel.
Wire Format & Usage Example
Single field (key=value)
298=1 (CancelForOneOrMoreSecurities)
In a FIX message (QuoteCancel)
8=FIX.4.4 | 9=... | 35=Z | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 298=1 (CancelForOneOrMoreSecurities) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 298=1 (CancelForOneOrMoreSecurities) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
298=1 | CancelForOneOrMoreSecurities | Cancel for Symbol(s) |
298=2 | CancelForSecurityType | Cancel for Security Type(s) |
298=3 | CancelForUnderlyingSecurity | Cancel for Underlying Symbol |
298=4 | CancelAllQuotes | Cancel All Quotes |
298=5 | CancelQuoteSpecifiedInQuoteID | Cancel quote specified in QuoteID |
Enumerated Values
5| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 1 | CancelForOneOrMoreSecurities | Cancel for Symbol(s) | FIX.4.2 |
| 2 | CancelForSecurityType | Cancel for Security Type(s) | FIX.4.2 |
| 3 | CancelForUnderlyingSecurity | Cancel for Underlying Symbol | FIX.4.2 |
| 4 | CancelAllQuotes | Cancel All Quotes | FIX.4.2 |
| 5 | CancelQuoteSpecifiedInQuoteID | Cancel quote specified in QuoteID | FIX.4.4 |