Transaction
data class 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"
Constructors
Transaction
Link copied to clipboard
fun Transaction(transactionId: TransactionId, accountId: String?, transactionDate: Instant?, postDate: Instant?, amount: Float?, description: String?, transactionType: String?, trade: TransactionTrade)
Content copied to clipboard
Numeric transaction ID
Properties
description
Link copied to clipboard
trade
Link copied to clipboard
transactionDate
Link copied to clipboard
transactionId
Link copied to clipboard
transactionType
Link copied to clipboard
Sources
jvm source
Link copied to clipboard