getOrder

abstract fun getOrder(exchangeId: String): Order

Retrieves the Order for the specified exchange ID.

Return

The Order object representing the Order for the specified exchange.

Parameters

exchangeId

The ID of the exchange to retrieve the Order for.

Throws

if Order is not found or exchange does not exist.