app / de.uniks.codliners.stock_simulator.domain / Transaction / <init>

<init>

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.