app / de.uniks.codliners.stock_simulator.database / StockbrotDao / getStockbrotQuoteById

getStockbrotQuoteById

abstract fun getStockbrotQuoteById(id: String): StockbrotQuote?

Returns the StockbrotQuote with the matching id.

Parameters

id - The StockbrotQuote id used in this query.

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