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
/
RawFormatted
Raw
Formatted
@
Serializable
data
class
RawFormatted
(
val
raw
:
JsonElement
?
=
null
,
val
fmt
:
String
?
=
null
)
(
source
)
Yahoo Finance API의 {raw, fmt} 형식 값을 나타내는 헬퍼 클래스
Members
Constructors
Raw
Formatted
Link copied to clipboard
constructor
(
raw
:
JsonElement
?
=
null
,
fmt
:
String
?
=
null
)
Properties
double
Value
Link copied to clipboard
val
doubleValue
:
Double
?
Double 값 추출
fmt
Link copied to clipboard
@
SerialName
(
value
=
"fmt"
)
val
fmt
:
String
?
=
null
long
Value
Link copied to clipboard
val
longValue
:
Long
?
Long 값 추출
raw
Link copied to clipboard
@
SerialName
(
value
=
"raw"
)
val
raw
:
JsonElement
?
=
null