abstract fun getStockbrotQuoteById(id: String): StockbrotQuote?
Returns the StockbrotQuote with the matching id.
id - The StockbrotQuote id used in this query.
id
Return The StockbrotQuote with this id or null if no such quote exists.