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 BigDecimal
getCallPrice()
WarrantType
getCategory()
BigDecimal
getConversionRatio()
LocalDate
getExpiryDate()
BigDecimal
getHigh()
BigDecimal
getImpliedVolatility()
BigDecimal
getLastDone()
LocalDate
getLastTradeDate()
BigDecimal
getLow()
BigDecimal
getLowerStrikePrice()
BigDecimal
getOpen()
long
getOpenInterest()
long
getOutstandingQuantity()
BigDecimal
getOutstandingRatio()
BigDecimal
getPrevClose()
BigDecimal
getStrikePrice()
String
getSymbol()
OffsetDateTime
getTimestamp()
TradeStatus
getTradeStatus()
BigDecimal
getTurnover()
String
getUnderlyingSymbol()
BigDecimal
getUpperStrikePrice()
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()
-
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()
-
-