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

getDepotQuotePurchasesValuesOrderedByPrice

abstract fun getDepotQuotePurchasesValuesOrderedByPrice(): List<DepotQuotePurchase>

Returns all DepotQuotePurchases as a List, in ascending order of their buying price.

Return
A List containing all DepotQuotePurchases in ascending order of their buying price