app / de.uniks.codliners.stock_simulator.repository / AccountRepository / depotQuoteBySymbol

depotQuoteBySymbol

fun depotQuoteBySymbol(symbol: String): DepotQuotePurchase?

Returns the DepotQuotePurchase with the matching id.

Parameters

symbol - The DepotQuotePurchase symbol used for the database query.

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