OptionExpirationDate

data class OptionExpirationDate(year: Int, month: Int, day: Int, expiryType: OptionExpirationType)

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)
The four-digit year the option will expire

Properties

date
Link copied to clipboard
val date: ZonedDateTime
day
Link copied to clipboard
val day: Int
The day (1-31) the option will expire
expiryType
Link copied to clipboard
val expiryType: OptionExpirationType
Expiration type of the option
month
Link copied to clipboard
val month: Int
The month (1-12) the option will expire
year
Link copied to clipboard
val year: Int
The four-digit year the option will expire

Sources

jvm source
Link copied to clipboard