| 117 | QuoteID | String | Yes | Identifier of a mass quote message. Can be used to match trades to requests. We recommend using an incrementing counter. |
| 9019 | MMPGroup | String | Yes | Custom tag of the MMP group. An MMP group has to be used and only one quote can exist per instrument per side per MMP group. |
| 62 | ValidUntilTime | UTCTimestamp | No | Indicates expiration time of indication for the request, in UTC. |
| 296 | NoQuoteSets | NumInGroup | Yes | The number of QuoteSets in the repeating group. |
| => 302 | QuoteSetID | String | Yes | Identifier for the QuoteSet. Can be used in Quote Cancel (Z). |
| => 304 | TotNoQuoteEntries | int | No | Total number of quotes for the quote set. IMPORTANT: For now, splitting QuoteSets over several messages is not supported. |
| => 295 | NoQuoteEntries | NumInGroup | Yes | Number of quotes in the QuoteSet repeating group. |
| => => 299 | QuoteEntryID | String | Yes | Identifier of the quote. It is echoed in the Mass Quote Acknowledgement (b). |
| => => 55 | Symbol | String | Yes | Common, “human understood” representation of the security, e.g., BTC-28JUL17, see instrument naming convention for more details. |
| => => 132 | BidPx | Price | No | Bid price. If no price is supplied, only the quantity is amended. |
| => => 133 | OfferPx | Price | No | Offer price. If no price is supplied, only the quantity is amended. |
| => => 134 | BidSize | Qty | No | Bid quantity in contracts. If no quantity is supplied, only the price is amended. |
| => => 135 | OfferSize | Qty | No | Offer quantity in contracts. If no quantity is supplied, only the price is amended. |
| => => 18 | ExecInst | MultipleCharValue | No | Supports post-only and post-only-reject, see NewOrderSingle (D). |