fun depotQuoteBySymbol(symbol: String): DepotQuotePurchase?
Returns the DepotQuotePurchase with the matching id.
symbol
- The DepotQuotePurchase symbol used for the database query.
Return
The DepotQuotePurchase with this symbol or null if no such quote exists.