getQuote

abstract fun getQuote(exchangeId: String): Quote

Retrieves the Quote for the specified exchange ID.

Return

The Quote object representing the Quote for the specified exchange.

Parameters

exchangeId

The ID of the exchange to retrieve the Quote for.

Throws

if Quote is not found or exchange does not exist.