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

Balance

data class Balance

Balance database entity.

Constructors

<init>

Balance database entity.

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

Properties

timestamp

The timestamp of the balance.

val timestamp: Long

value

The value of the balance.

val value: Double