fun stockbrotQuoteWithId(id: String): LiveData<StockbrotQuote>
Returns a StockbrotQuote with the matching id, wrapped in LiveData.
id
- The StockbrotQuote id used in this query.
Return
LiveData containing a StockbrotQuote with the matching id.