getRfq

abstract fun getRfq(exchangeId: String): Rfq

Retrieves the Request for Quote (RFQ) for the specified exchange ID.

Return

The Rfq object representing the RFQ for the specified exchange.

Parameters

exchangeId

The ID of the exchange to retrieve the RFQ for.

Throws

if Rfq is not found or exchange does not exist.