Name | |
---|---|
MamdaOptionStrikeSet(Date expireDate, double strikePrice) | |
MamdaOptionContractSet | getCallSet() |
MamdaOptionContractSet | getPutSet() |
Date | getExpireDate() |
String | getExpireDateStr() |
double | getStrikePrice() |
class com::wombat::mamda::options::MamdaOptionStrikeSet;
A class that represents the call and put contract sets at a given strike price.
inline MamdaOptionStrikeSet(
Date expireDate,
double strikePrice
)
inline MamdaOptionContractSet getCallSet()
Return: MamdaOptionContractSet Set of call contracts at the given strike price.
Return a set of call option contracts at a given strike price.
inline MamdaOptionContractSet getPutSet()
Return: MamdaOptionContractSet Set of put contracts at the given strike price.
Return a set of put option contracts at a given strike price.
inline Date getExpireDate()
Return: Date The expiration date.
Return the expiration date for the contracts at the given strike price.
inline String getExpireDateStr()
Return: String The expiration date.
Return the expiration date as a string for the contracts at the given strike price.
inline double getStrikePrice()
Return: double The strike price.
Return the strike price.
Updated on 2023-03-31 at 15:30:38 +0100