getClose

abstract fun getClose(exchangeId: String): Close

Retrieves the Close information for the specified exchange ID.

Return

The Close object representing the Close information for the specified exchange.

Parameters

exchangeId

The ID of the exchange to retrieve the Close information for.

Throws

if Close is not found or exchange does not exist.