Option Expiration Date
data class OptionExpirationDate(year: Int, month: Int, day: Int, expiryType: OptionExpirationType)
Content copied to clipboard
Parameters
year
The four-digit year the option will expire
month
The month (1-12) the option will expire
day
The day (1-31) the option will expire
expiryType
Expiration type of the option
Constructors
OptionExpirationDate
Link copied to clipboard
fun OptionExpirationDate(year: Int, month: Int, day: Int, expiryType: OptionExpirationType)
Content copied to clipboard
The four-digit year the option will expire
Properties
Sources
jvm source
Link copied to clipboard