QuoteCancelType

Tag 298

QuoteCancelType

Abbreviation: CxlTyp
Typeint
Tag298
AddedFIX.4.2
Used in3 messages

Description

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
WireNameDescription
298=1CancelForOneOrMoreSecuritiesCancel for Symbol(s)
298=2CancelForSecurityTypeCancel for Security Type(s)
298=3CancelForUnderlyingSecurityCancel for Underlying Symbol
298=4CancelAllQuotesCancel All Quotes
298=5CancelQuoteSpecifiedInQuoteIDCancel quote specified in QuoteID

Enumerated Values

5
ValueSymbolic NameDescriptionAdded
1CancelForOneOrMoreSecuritiesCancel for Symbol(s)FIX.4.2
2CancelForSecurityTypeCancel for Security Type(s)FIX.4.2
3CancelForUnderlyingSecurityCancel for Underlying SymbolFIX.4.2
4CancelAllQuotesCancel All QuotesFIX.4.2
5CancelQuoteSpecifiedInQuoteIDCancel quote specified in QuoteIDFIX.4.4