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

getStockbrotQuoteWithId

abstract fun getStockbrotQuoteWithId(id: String): LiveData<StockbrotQuote>

Returns the StockbrotQuote with the matching id, wrapped in LiveData.

Parameters

id - The StockbrotQuote id used in this query.

Return
LiveData containing the StockbrotQuote that matches the query parameters.