app / de.uniks.codliners.stock_simulator.database / AccountDao / getDepotQuotePurchasesByIdOrderedByPrice

getDepotQuotePurchasesByIdOrderedByPrice

abstract fun getDepotQuotePurchasesByIdOrderedByPrice(id: String): List<DepotQuotePurchase>

Returns the DepotQuotePurchases with the matching id as a List, in ascending order of their buying price.

Parameters

id - The DepotQuotePurchase id used in this query.

Return
A List containing the DepotQuotePurchases with the matching id, in ascending order of their buying price.