Classes Files

com::wombat::mamda::options::MamdaOptionContractSet

More…

Public Functions

  Name
  MamdaOptionContractSet()
void setBboContract(MamdaOptionContract contract)
void setWombatBboContract(MamdaOptionContract contract)
void setExchangeContract(String exchange, MamdaOptionContract contract)
MamdaOptionContract getBboContract()
MamdaOptionContract getWombatBboContract()
MamdaOptionContract getExchangeContract(String exchange)
Collection getExchangeContracts()
Set getExchanges()

Detailed Description

class com::wombat::mamda::options::MamdaOptionContractSet;

A class that represents a set of option contracts at a given strike price.

Public Functions Documentation

function MamdaOptionContractSet

inline MamdaOptionContractSet()

function setBboContract

inline void setBboContract(
    MamdaOptionContract contract
)

Set the contract for the best bid and offer.

function setWombatBboContract

inline void setWombatBboContract(
    MamdaOptionContract contract
)

Set the contract for the best bid and offer, as calculated by NYSE Technologies.

function setExchangeContract

inline void setExchangeContract(
    String exchange,
    MamdaOptionContract contract
)

Set the contract for the particular exchange.

function getBboContract

inline MamdaOptionContract getBboContract()

Return the contract for the best bid and offer.

function getWombatBboContract

inline MamdaOptionContract getWombatBboContract()

Return the contract for the best bid and offer, as calculated by NYSE Technologies.

function getExchangeContract

inline MamdaOptionContract getExchangeContract(
    String exchange
)

Return the contract for the particular exchange.

function getExchangeContracts

inline Collection getExchangeContracts()

Return the set of individual regional exchange option contracts. The type of object in the set is a instance of MamdaOptionContract.

function getExchanges

inline Set getExchanges()

Return the set of individual regional exchange identifiers. The type of object in the set is a instance of String.


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