RawFormatted

data class RawFormatted(val raw: JsonElement? = null, val fmt: String? = null)(source)

Yahoo Finance API의 {raw, fmt} 형식 값을 나타내는 헬퍼 클래스

Constructors

Link copied to clipboard
constructor(raw: JsonElement? = null, fmt: String? = null)

Properties

Link copied to clipboard

Double 값 추출

Link copied to clipboard
@SerialName(value = "fmt")
val fmt: String? = null
Link copied to clipboard

Long 값 추출

Link copied to clipboard
@SerialName(value = "raw")
val raw: JsonElement? = null