ProductId

data class ProductId(symbol: String, type: ProductType)

Parameters

symbol

The market symbol for the security being bought or sold

type

The type of security being bought or sold

Constructors

ProductId
Link copied to clipboard
fun ProductId(symbol: String, type: ProductType)
The market symbol for the security being bought or sold

Properties

symbol
Link copied to clipboard
val symbol: String
The market symbol for the security being bought or sold
type
Link copied to clipboard
val type: ProductType
The type of security being bought or sold

Sources

jvm source
Link copied to clipboard