app / de.uniks.codliners.stock_simulator.repository / AccountRepository / depot

depot

val depot: LiveData<List<DepotQuote>>

All DepotQuotePurchases conflated to DepotQuotes whereby their amount Double is added up and the mean buyingPrice Double is bid from the buyingPrices Double.

Getter

All DepotQuotePurchases conflated to DepotQuotes whereby their amount Double is added up and the mean buyingPrice Double is bid from the buyingPrices Double.