Product
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?)
Content copied to clipboard
The symbol for which the quote details are being accessed
Properties
callPut
Link copied to clipboard
expiry
Link copied to clipboard
expiryMonth
Link copied to clipboard
expiryType
Link copied to clipboard
expiryYear
Link copied to clipboard
securitySubType
Link copied to clipboard
securityType
Link copied to clipboard
strikePrice
Link copied to clipboard
Sources
jvm source
Link copied to clipboard