Request for Quote functionality for market makers
Tag | Name | Description | Required |
---|---|---|---|
131 | QuoteReqId | Unique quote request ID | Yes |
146 | NoRelatedSym | Number of symbols (always 1) | Yes |
NoRelatedSym Block | |||
38 | OrderQty | Number of contracts | Yes |
55 | Symbol | Market ticker | Yes |
453 | NoPartyIDs | Number of parties (always 1) | No |
NoPartyIDs Block | |||
448 | PartyId | Pseudonymous identifier for requester | No |
Tag | Name | Description | Required |
---|---|---|---|
117 | QuoteId | Unique quote identifier | Yes |
131 | QuoteReqId | Reference to request | Yes |
55 | Symbol | Market ticker | Yes |
132 | BidPx | Yes price in cents. Only integer part considered (1-99) | Yes |
133 | OfferPx | No price in cents. Only integer part considered (1-99) | Yes |
Tag | Name | Description | When Present |
---|---|---|---|
117 | QuoteId | Quote identifier | Always (empty if rejected) |
131 | QuoteReqId | Request reference | Always |
297 | QuoteStatus | Current status | Always |
38 | OrderQty | Number of contracts | Not if REJECTED |
132 | BidPx | Yes price in cents. Only integer part considered | Not if REJECTED |
133 | OfferPx | No price in cents. Only integer part considered | Not if REJECTED |
54 | AcceptedSide | Side accepted (1=Yes, 2=No) | Only if ACCEPTED |
58 | Text | Rejection reason | Only if REJECTED |
Tag | Name | Description |
---|---|---|
117 | QuoteId | Quote to cancel |
Tag | Name | Description |
---|---|---|
117 | QuoteId | Quote identifier |
298 | QuoteCancelStatus | CANCELED<0> or REJECTED<1> |
58 | RejectReason | If QuoteCancelStatus is REJECTED |
Tag | Name | Description |
---|---|---|
117 | QuoteId | Accepted quote ID |
Tag | Name | Description |
---|---|---|
117 | QuoteId | Quote identifier |
297 | QuoteConfirmStatus | ACCEPTED<0> or REJECTED<1> |
58 | RejectReason | If QuoteConfirmStatus is REJECTED |
Tag | Name | Description |
---|---|---|
58 | Text | Reason the quote has been cancelled |
131 | QuoteReqId | Request identifier |
658 | QuoteRequestRejectReason | OTHER<99> |