abstract fun getStockbrotQuoteWithId(id: String): LiveData<StockbrotQuote>
Returns the StockbrotQuote with the matching id, wrapped in LiveData.
id
- The StockbrotQuote id used in this query.
Return
LiveData containing the StockbrotQuote that matches the query parameters.