Package com.longport.quote
Class WarrantInfo
- java.lang.Object
-
- com.longport.quote.WarrantInfo
-
public class WarrantInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description WarrantInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimal
getBalancePoint()
BigDecimal
getCallPrice()
BigDecimal
getChangeRate()
BigDecimal
getChangeValue()
BigDecimal
getConversionRatio()
BigDecimal
getDelta()
BigDecimal
getEffectiveLeverage()
LocalDate
getExpiryDate()
BigDecimal
getImpliedVolatility()
BigDecimal
getItmOtm()
BigDecimal
getLastDone()
BigDecimal
getLeverageRatio()
BigDecimal
getLowerStrikePrice()
String
getName()
long
getOutstandingQty()
BigDecimal
getOutstandingRatio()
BigDecimal
getPremium()
WarrantStatus
getStatus()
BigDecimal
getStrikePrice()
String
getSymbol()
BigDecimal
getToCallPrice()
BigDecimal
getTurnover()
BigDecimal
getUpperStrikePrice()
long
getVolume()
WarrantType
getWarrantType()
String
toString()
-
-
-
Method Detail
-
getSymbol
public String getSymbol()
-
getWarrantType
public WarrantType getWarrantType()
-
getName
public String getName()
-
getLastDone
public BigDecimal getLastDone()
-
getChangeRate
public BigDecimal getChangeRate()
-
getChangeValue
public BigDecimal getChangeValue()
-
getVolume
public long getVolume()
-
getTurnover
public BigDecimal getTurnover()
-
getExpiryDate
public LocalDate getExpiryDate()
-
getStrikePrice
public BigDecimal getStrikePrice()
-
getUpperStrikePrice
public BigDecimal getUpperStrikePrice()
-
getLowerStrikePrice
public BigDecimal getLowerStrikePrice()
-
getOutstandingQty
public long getOutstandingQty()
-
getOutstandingRatio
public BigDecimal getOutstandingRatio()
-
getPremium
public BigDecimal getPremium()
-
getItmOtm
public BigDecimal getItmOtm()
-
getImpliedVolatility
public BigDecimal getImpliedVolatility()
-
getDelta
public BigDecimal getDelta()
-
getCallPrice
public BigDecimal getCallPrice()
-
getToCallPrice
public BigDecimal getToCallPrice()
-
getEffectiveLeverage
public BigDecimal getEffectiveLeverage()
-
getLeverageRatio
public BigDecimal getLeverageRatio()
-
getConversionRatio
public BigDecimal getConversionRatio()
-
getBalancePoint
public BigDecimal getBalancePoint()
-
getStatus
public WarrantStatus getStatus()
-
-