Transaction
fun Transaction(transactionId: TransactionId, accountId: String?, transactionDate: Instant?, postDate: Instant?, amount: Float?, description: String?, transactionType: String?, trade: TransactionTrade)
Content copied to clipboard
Parameters
transactionId
Numeric transaction ID
accountId
Numeric account ID
transactionDate
Date of the specified transaction
postDate
The post date
amount
Total cost of transaction, including commission if any
description
The transaction description
transactionType
Description of type of transaction i.e. "Sold Short"
Sources
jvm source
Link copied to clipboard