A class that represents a set of option contracts at a given strike price.
Name | |
---|---|
MamdaOptionContractSet() | |
void | setBboContract(MamdaOptionContract contract) Set the contract for the best bid and offer. |
void | setWombatBboContract(MamdaOptionContract contract) Set the contract for the best bid and offer, as calculated by Wombat. |
void | setExchangeContract(string exchange, MamdaOptionContract contract) Set the contract for the particular exchange. |
MamdaOptionContract | getBboContract() Return the contract for the best bid and offer. |
MamdaOptionContract | getWombatBboContract() Return the contract for the best bid and offer, as calculated by Wombat. |
MamdaOptionContract | getExchangeContract(string exchange) Return the contract for the particular exchange. |
Collection | getExchangeContracts() Return the set of individual regional exchange option contracts. The type of object in the set is a instance of MamdaOptionContract. |
Set | getExchanges() Return the set of individual regional exchange identifiers The type of object in the set is a instance of String. |
MamdaOptionContractSet()
void setBboContract(
MamdaOptionContract contract
)
Set the contract for the best bid and offer.
Parameters:
void setWombatBboContract(
MamdaOptionContract contract
)
Set the contract for the best bid and offer, as calculated by Wombat.
Parameters:
void setExchangeContract(
string exchange,
MamdaOptionContract contract
)
Set the contract for the particular exchange.
Parameters:
MamdaOptionContract getBboContract()
Return the contract for the best bid and offer.
Return:
MamdaOptionContract getWombatBboContract()
Return the contract for the best bid and offer, as calculated by Wombat.
Return:
MamdaOptionContract getExchangeContract(
string exchange
)
Return the contract for the particular exchange.
Parameters:
Return:
Collection getExchangeContracts()
Return the set of individual regional exchange option contracts. The type of object in the set is a instance of MamdaOptionContract.
Return:
Set getExchanges()
Return the set of individual regional exchange identifiers The type of object in the set is a instance of String.
Return:
Updated on 2023-03-31 at 15:30:16 +0100