LookupResult

data class LookupResult(symbol: String?, description: String?, type: String?)

Parameters

symbol

The market symbol for the security

description

The text description of the security

type

The symbol type

Constructors

LookupResult
Link copied to clipboard
fun LookupResult(symbol: String?, description: String?, type: String?)
The market symbol for the security

Properties

description
Link copied to clipboard
val description: String?
The text description of the security
symbol
Link copied to clipboard
val symbol: String?
The market symbol for the security
type
Link copied to clipboard
val type: String?
The symbol type

Sources

jvm source
Link copied to clipboard