toggle menu
UFC - Unified Finance Client
0.5.0
jvm
switch theme
search in API
UFC - Unified Finance Client
/
com.ulalax.ufc.domain.model.quote
/
Holding
Holding
@
Serializable
data
class
Holding
(
val
symbol
:
String
?
=
null
,
val
name
:
String
?
=
null
,
val
holdingPercent
:
RawFormatted
?
=
null
)
(
source
)
보유 종목
Members
Constructors
Holding
Link copied to clipboard
constructor
(
symbol
:
String
?
=
null
,
name
:
String
?
=
null
,
holdingPercent
:
RawFormatted
?
=
null
)
Properties
holding
Percent
Link copied to clipboard
val
holdingPercent
:
RawFormatted
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
symbol
Link copied to clipboard
val
symbol
:
String
?
=
null