TransactionTrade

fun TransactionTrade(quantity: Float?, price: Float?, settlementCurrency: String?, paymentCurrency: String?, fee: Float?, displaySymbol: String?, settlementDate: Instant?, product: Product)

Parameters

quantity

Item count; for example, share count

price

Price per item if applicable; for example, price per share

settlementCurrency

Settlement currency

paymentCurrency

Payment currency

fee

The brokerage fee

displaySymbol

Display symbol of the security

settlementDate

Settlement date of the transaction

Sources

jvm source
Link copied to clipboard