Classes Files

com::wombat::mamda::options::MamdaOptionStrikeSet

More…

Public Functions

  Name
  MamdaOptionStrikeSet(Date expireDate, double strikePrice)
MamdaOptionContractSet getCallSet()
MamdaOptionContractSet getPutSet()
Date getExpireDate()
String getExpireDateStr()
double getStrikePrice()

Detailed Description

class com::wombat::mamda::options::MamdaOptionStrikeSet;

A class that represents the call and put contract sets at a given strike price.

Public Functions Documentation

function MamdaOptionStrikeSet

inline MamdaOptionStrikeSet(
    Date expireDate,
    double strikePrice
)

function getCallSet

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.

function getPutSet

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.

function getExpireDate

inline Date getExpireDate()

Return: Date The expiration date.

Return the expiration date for the contracts at the given strike price.

function getExpireDateStr

inline String getExpireDateStr()

Return: String The expiration date.

Return the expiration date as a string for the contracts at the given strike price.

function getStrikePrice

inline double getStrikePrice()

Return: double The strike price.

Return the strike price.


Updated on 2023-03-31 at 15:30:38 +0100