abstract fun getDepotQuotePurchasesByIdOrderedByPrice(id: String): List<DepotQuotePurchase>
Returns the DepotQuotePurchases with the matching id as a List, in ascending order of their buying price.
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.