fun calculateSellCashflow(quote: Quote?, amount: Double?): Double
Calculates the cashflow of a sell transaction.
quote - The Quote to sell.
quote
amount - The sell amount of the Quote.
amount
Return The calculated cashflow.
Author Lucas Held