getOrderStatuses

open override fun getOrderStatuses(exchangeId: String): List<OrderStatus>

Returns a list of OrderStatus associated with the specified exchange ID.

Return

A list of OrderStatus associated with the specified exchange, or null if none are found.

Parameters

exchangeId

The ID of the exchange associated with the OrderStatus entities.