Tag 537
QuoteType
Abbreviation:
TypDescription
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
| Wire | Name | Description |
|---|---|---|
537=0 | Indicative | Indicative |
537=1 | Tradeable | Tradeable |
537=2 | RestrictedTradeable | Restricted Tradeable |
537=3 | Counter | Counter (tradeable) |
Enumerated Values
4| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | Indicative | Indicative | FIX.4.3 |
| 1 | Tradeable | Tradeable | FIX.4.3 |
| 2 | RestrictedTradeable | Restricted Tradeable | FIX.4.3 |
| 3 | Counter | Counter (tradeable) | FIX.4.4 |