QuoteType

자산 유형을 나타내는 열거형.

Yahoo Finance WebSocket API의 quote_type 필드 값을 표현합니다.

Entries

Link copied to clipboard

주식

Link copied to clipboard

상장지수펀드 (ETF)

Link copied to clipboard

인덱스

Link copied to clipboard

뮤추얼펀드

Link copied to clipboard

옵션

Link copied to clipboard

암호화폐

Link copied to clipboard

환율

Link copied to clipboard

선물

Link copied to clipboard

알 수 없는 유형

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): QuoteType

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.