- Send a
QuoteRequest (R). - Receive a
Quote (S)or a rejection throughQuoteAcknowledgement (b). - Accept the quote with
NewOrderSingle (D)before it expires.
RFQ messages support
SecurityType=SPOT only. Quote requests must use a positive limit price and Fill or Kill time in force.QuoteRequest (R)
Send a QuoteRequest to request an executable quote. Provide exactly one ofOrderQty or CashOrderQty.
If both quantity fields are present, or if Price or the selected quantity is not positive, Prime rejects the request.
Quote (S)
Prime sends a Quote when the request succeeds. For a buy request, the response contains OfferPx and OfferSize. For a sell request, it contains BidPx and BidSize.QuoteAcknowledgement (b)
Prime sends a QuoteAcknowledgement when the quote workflow rejects a valid QuoteRequest. Invalid or unsupported FIX fields are rejected at the session or business-message layer instead.Accept a quote
Send aNewOrderSingle (D) before ValidUntilTime. Include the standard NewOrderSingle fields and these RFQ-specific values:
Prime returns order status changes, fills, or rejections through ExecutionReport (8).