Transaction(primaryKey: Long = 0, id: String, symbol: String, type: Type, amount: Double, price: Double, transactionCosts: Double, cashflow: Double, transactionType: TransactionType, date: Long, result: Double?)
The transaction database entity used to store purchases and sales of assets.