app / de.uniks.codliners.stock_simulator.ui / android.widget.TextView / bindDepotQuoteTotalValue

bindDepotQuoteTotalValue

fun TextView.bindDepotQuoteTotalValue(depotQuotePurchase: DepotQuote?, quote: Quote?): Unit

Sets text of a TextView to the total depot value if quote available in depot.

Parameters

depotQuotePurchase - DepotQuote that can be null

quote - Quote that can be null

Author
Lucas Held