app / de.uniks.codliners.stock_simulator.database / HistoricalPriceDao / getHistoricalPricesById

getHistoricalPricesById

abstract fun getHistoricalPricesById(id: String): LiveData<List<HistoricalPrice>>

Returns the HistoricalPrices with the matching id as a List, wrapped in LiveData.

Parameters

id - The HistoricalPrice id used in this query.

Return
LiveData containing a List of all HistoricalPrices matching the id.