QuoteType

Tag 537

QuoteType

Abbreviation: Typ
Typeint
Tag537
AddedFIX.4.3
Used in9 messages

Description

Identifies the type of quote. An indicative quote is used to inform a counterparty of a market. An indicative quote does not result directly in a trade. A tradeable quote is submitted to a market and will result directly in a trade against other orders and quotes in a market. A restricted tradeable quote is submitted to a market and within a certain restriction (possibly based upon price or quantity) will automatically trade against orders. Order that do not comply with restrictions are sent to the quote issuer who can choose to accept or decline the order. A counter quote is used in the negotiation model. See Volume 7 - Product: Fixed Income for example usage.

Wire Format & Usage Example

Single field (key=value)
537=0 (Indicative)
In a FIX message (QuoteRequest)
8=FIX.4.4 | 9=... | 35=R | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 |  | 537=0 (Indicative) |  | 10=...

Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 537=0 (Indicative) is this field's position in the message.

All valid values
WireNameDescription
537=0IndicativeIndicative
537=1TradeableTradeable
537=2RestrictedTradeableRestricted Tradeable
537=3CounterCounter (tradeable)

Enumerated Values

4
ValueSymbolic NameDescriptionAdded
0IndicativeIndicativeFIX.4.3
1TradeableTradeableFIX.4.3
2RestrictedTradeableRestricted TradeableFIX.4.3
3CounterCounter (tradeable)FIX.4.4