app / de.uniks.codliners.stock_simulator.database / QuoteDao / getQuoteValueById

getQuoteValueById

abstract fun getQuoteValueById(id: String): Quote?

Returns the Quote with the matching id.

Parameters

id - The Quote id used in this query.

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