@ThreadSafe public final class OptionContract extends Object
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 valueCopyright © 2019. All rights reserved.