Package com.longport.quote
Class WarrantQuote
- java.lang.Object
-
- com.longport.quote.WarrantQuote
-
public class WarrantQuote extends Object
-
-
Constructor Summary
Constructors Constructor Description WarrantQuote()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetCallPrice()WarrantTypegetCategory()BigDecimalgetConversionRatio()LocalDategetExpiryDate()BigDecimalgetHigh()BigDecimalgetImpliedVolatility()BigDecimalgetLastDone()LocalDategetLastTradeDate()BigDecimalgetLow()BigDecimalgetLowerStrikePrice()BigDecimalgetOpen()longgetOpenInterest()longgetOutstandingQuantity()BigDecimalgetOutstandingRatio()BigDecimalgetPrevClose()BigDecimalgetStrikePrice()StringgetSymbol()OffsetDateTimegetTimestamp()TradeStatusgetTradeStatus()BigDecimalgetTurnover()StringgetUnderlyingSymbol()BigDecimalgetUpperStrikePrice()longgetVolume()StringtoString()
-
-
-
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()
-
getLastTradeDate
public LocalDate getLastTradeDate()
-
getOutstandingRatio
public BigDecimal getOutstandingRatio()
-
getOutstandingQuantity
public long getOutstandingQuantity()
-
getConversionRatio
public BigDecimal getConversionRatio()
-
getCategory
public WarrantType getCategory()
-
getStrikePrice
public BigDecimal getStrikePrice()
-
getUpperStrikePrice
public BigDecimal getUpperStrikePrice()
-
getLowerStrikePrice
public BigDecimal getLowerStrikePrice()
-
getCallPrice
public BigDecimal getCallPrice()
-
getUnderlyingSymbol
public String getUnderlyingSymbol()
-
-