|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.marketcetera.strategy.util.OptionContract
@ThreadSafe public final class OptionContract
Represents an option contract and its most recent market data, if available.
| Method Summary | |
|---|---|
ExpirationType |
getExpirationType()
Get the expirationType value. |
Option |
getInstrument()
Gets the option instrument. |
AskEvent |
getLatestAsk()
Get the latest ask value. |
BidEvent |
getLatestBid()
Get the latest bid value. |
MarketstatEvent |
getLatestMarketstat()
Get the latest marketstat value. |
TradeEvent |
getLatestTrade()
Get the latest trade value. |
BigDecimal |
getMultiplier()
Get the multiplier value. |
String |
getProviderSymbol()
Get the providerSymbol value. |
Instrument |
getUnderlyingInstrument()
Get the underlyingInstrument value. |
boolean |
hasDeliverable()
Get the hasDeliverable value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Instrument getUnderlyingInstrument()
Instrument valuepublic Option getInstrument()
Option valuepublic ExpirationType getExpirationType()
ExpirationType valuepublic BigDecimal getMultiplier()
BigDecimal valuepublic boolean hasDeliverable()
boolean valuepublic BidEvent getLatestBid()
BidEvent value or nullpublic AskEvent getLatestAsk()
AskEvent value or nullpublic TradeEvent getLatestTrade()
TradeEvent value or nullpublic MarketstatEvent getLatestMarketstat()
MarketstatEvent value or nullpublic String getProviderSymbol()
String value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||