Holding

data class Holding(val symbol: String? = null, val name: String? = null, val holdingPercent: RawFormatted? = null)(source)

보유 종목

Constructors

Link copied to clipboard
constructor(symbol: String? = null, name: String? = null, holdingPercent: RawFormatted? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val symbol: String? = null