CoinOhlc

@Serializable(with = CoinOhlcSerializer::class)
data class CoinOhlc(val time: Long, val open: Double, val high: Double, val low: Double, val close: Double)

Constructors

Link copied to clipboard
constructor(time: Long, open: Double, high: Double, low: Double, close: Double)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val low: Double
Link copied to clipboard
Link copied to clipboard
val time: Long