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