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

getLatestDepotValue

abstract fun getLatestDepotValue(): LiveData<DepotValue>

Returns the latest DepotValue.

Return
LiveData containing the latest DepotValue.