Product

data class Product(symbol: String?, expiryYear: Int?, expiryMonth: Int?, expiryDay: Int?, expiryType: String?, callPut: OptionType?, securityType: SecurityType?, securitySubType: String?, strikePrice: Float?, productId: ProductId?)

Parameters

symbol

The symbol for which the quote details are being accessed

expiryYear

The four-digit year the option will expire

expiryMonth

The month (1-12) the option will expire

expiryDay

The day (1-31) the option will expire

expiryType

The expiration type for the option

callPut

The option type

securityType

The type code to identify the order or leg request

securitySubType

The subtype of the security

strikePrice

The strike price for the option

productId

the corresponding ProductId

Constructors

Product
Link copied to clipboard
fun Product(symbol: String?, expiryYear: Int?, expiryMonth: Int?, expiryDay: Int?, expiryType: String?, callPut: OptionType?, securityType: SecurityType?, securitySubType: String?, strikePrice: Float?, productId: ProductId?)
The symbol for which the quote details are being accessed

Properties

callPut
Link copied to clipboard
val callPut: OptionType?
The option type
expiry
Link copied to clipboard
val expiry: GregorianCalendar?
expiryDay
Link copied to clipboard
val expiryDay: Int?
The day (1-31) the option will expire
expiryMonth
Link copied to clipboard
val expiryMonth: Int?
The month (1-12) the option will expire
expiryType
Link copied to clipboard
val expiryType: String?
The expiration type for the option
expiryYear
Link copied to clipboard
val expiryYear: Int?
The four-digit year the option will expire
productId
Link copied to clipboard
val productId: ProductId?
the corresponding ProductId
securitySubType
Link copied to clipboard
val securitySubType: String?
The subtype of the security
securityType
Link copied to clipboard
val securityType: SecurityType?
The type code to identify the order or leg request
strikePrice
Link copied to clipboard
val strikePrice: Float?
The strike price for the option
symbol
Link copied to clipboard
val symbol: String?
The symbol for which the quote details are being accessed

Sources

jvm source
Link copied to clipboard