app / de.uniks.codliners.stock_simulator.domain / DepotValue

DepotValue

data class DepotValue

Depot value database entity.

Constructors

<init>

Depot value database entity.

DepotValue(value: Double, timestamp: Long = System.currentTimeMillis())

Properties

timestamp

The timestamp of the depot value.

val timestamp: Long

value

The value of the depot.

val value: Double