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() |
class com::wombat::mamda::options::MamdaOptionContractSet;
A class that represents a set of option contracts at a given strike price.
inline MamdaOptionContractSet()
inline void setBboContract(
MamdaOptionContract contract
)
Set the contract for the best bid and offer.
inline void setWombatBboContract(
MamdaOptionContract contract
)
Set the contract for the best bid and offer, as calculated by NYSE Technologies.
inline void setExchangeContract(
String exchange,
MamdaOptionContract contract
)
Set the contract for the particular exchange.
inline MamdaOptionContract getBboContract()
Return the contract for the best bid and offer.
inline MamdaOptionContract getWombatBboContract()
Return the contract for the best bid and offer, as calculated by NYSE Technologies.
inline MamdaOptionContract getExchangeContract(
String exchange
)
Return the contract for the particular exchange.
inline Collection getExchangeContracts()
Return the set of individual regional exchange option contracts. The type of object in the set is a instance of MamdaOptionContract.
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