app / de.uniks.codliners.stock_simulator.database / AccountDao / deleteDepotQuoteById

deleteDepotQuoteById

abstract fun deleteDepotQuoteById(id: String): Unit

Deletes the DepotQuotePurchase with matching id from the database.

Parameters

id - The DepotQuotePurchase id used in this query.