Package com.longport.quote
Class OptionQuote
- java.lang.Object
-
- com.longport.quote.OptionQuote
-
public class OptionQuote extends Object
-
-
Constructor Summary
Constructors Constructor Description OptionQuote()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimal
getContractMultiplier()
BigDecimal
getContractSize()
OptionType
getContractType()
OptionDirection
getDirection()
LocalDate
getExpiryDate()
BigDecimal
getHigh()
BigDecimal
getHistoricalVolatility()
BigDecimal
getImpliedVolatility()
BigDecimal
getLastDone()
BigDecimal
getLow()
BigDecimal
getOpen()
long
getOpenInterest()
BigDecimal
getPrevClose()
BigDecimal
getStrikePrice()
String
getSymbol()
OffsetDateTime
getTimestamp()
TradeStatus
getTradeStatus()
BigDecimal
getTurnover()
String
getUnderlyingSymbol()
long
getVolume()
String
toString()
-
-
-
Method Detail
-
getSymbol
public String getSymbol()
-
getLastDone
public BigDecimal getLastDone()
-
getPrevClose
public BigDecimal getPrevClose()
-
getOpen
public BigDecimal getOpen()
-
getHigh
public BigDecimal getHigh()
-
getLow
public BigDecimal getLow()
-
getTimestamp
public OffsetDateTime getTimestamp()
-
getVolume
public long getVolume()
-
getTurnover
public BigDecimal getTurnover()
-
getTradeStatus
public TradeStatus getTradeStatus()
-
getImpliedVolatility
public BigDecimal getImpliedVolatility()
-
getOpenInterest
public long getOpenInterest()
-
getExpiryDate
public LocalDate getExpiryDate()
-
getStrikePrice
public BigDecimal getStrikePrice()
-
getContractMultiplier
public BigDecimal getContractMultiplier()
-
getContractType
public OptionType getContractType()
-
getContractSize
public BigDecimal getContractSize()
-
getDirection
public OptionDirection getDirection()
-
getHistoricalVolatility
public BigDecimal getHistoricalVolatility()
-
getUnderlyingSymbol
public String getUnderlyingSymbol()
-
-