PortfolioHistory

@Entity
open class PortfolioHistory : Identifiable, SequentiallyValuable<T>

Constructors

Link copied to clipboard
constructor()
constructor(portfolio: Portfolio, tradeOccurred: Boolean)
constructor(portfolio: Portfolio, lastUpdated: LocalDateTime)
constructor(portfolio: Portfolio, dollarBalance: Double, shareBalance: Double, totalWorth: Double, valueChange: Double, tradeOccurred: Boolean, lastUpdated: LocalDateTime)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getId(): Long
Link copied to clipboard
open fun setId(id: Long)
Link copied to clipboard
open fun toString(): String