ScreenerResult

data class ScreenerResult(val id: String? = null, val title: String? = null, val description: String? = null, val count: Int, val total: Int, val start: Int, val quotes: List<ScreenerQuote>)(source)

Screener API 조회 결과

Constructors

Link copied to clipboard
constructor(id: String? = null, title: String? = null, description: String? = null, count: Int, total: Int, start: Int, quotes: List<ScreenerQuote>)

Properties

Link copied to clipboard
val count: Int

현재 결과 수

Link copied to clipboard
val description: String? = null

설명

Link copied to clipboard
val id: String? = null

결과 ID (Predefined screener인 경우)

Link copied to clipboard

종목 리스트

Link copied to clipboard
val start: Int

시작 오프셋

Link copied to clipboard
val title: String? = null

제목

Link copied to clipboard
val total: Int

전체 매칭 종목 수