getQuote

open override fun getQuote(exchangeId: String): Quote

Returns a Quote associated with the specified exchange ID.

Return

A Quote associated with the specified exchange, or null if not found.

Parameters

exchangeId

The ID of the exchange associated with the Quote.