abstract fun getHistoricalPricesById(id: String): LiveData<List<HistoricalPrice>>
Returns the HistoricalPrices with the matching id as a List, wrapped in LiveData.
id
- The HistoricalPrice id used in this query.
Return
LiveData containing a List of all HistoricalPrices matching the id.