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

getDepotQuoteById

abstract fun getDepotQuoteById(id: String): DepotQuotePurchase?

Returns the DepotQuotePurchase with the matching id.

Parameters

id - The DepotQuotePurchase id used in this query.

Return
The DepotQuotePurchase with this id or null if no such quote exists.