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