public class WarrantItem extends Object implements Serializable
| 构造器和说明 |
|---|
WarrantItem() |
public String getSymbol()
public void setSymbol(String symbol)
public String getName()
public void setName(String name)
public WarrantType getType()
public void setType(WarrantType type)
public String getSecType()
public void setSecType(String secType)
public String getMarket()
public void setMarket(String market)
public Double getEntitlementRatio()
public void setEntitlementRatio(Double entitlementRatio)
public Double getEntitlementPrice()
public void setEntitlementPrice(Double entitlementPrice)
public Double getPremium()
public void setPremium(Double premium)
public Double getBreakevenPoint()
public void setBreakevenPoint(Double breakevenPoint)
public Double getCallPrice()
public void setCallPrice(Double callPrice)
public Double getBeforeCallLevel()
public void setBeforeCallLevel(Double beforeCallLevel)
public String getExpireDate()
public void setExpireDate(String expireDate)
public String getLastTradingDate()
public void setLastTradingDate(String lastTradingDate)
public WarrantState getState()
public void setState(WarrantState state)
public Double getChangeRate()
public void setChangeRate(Double changeRate)
public Double getChange()
public void setChange(Double change)
public Double getLatestPrice()
public void setLatestPrice(Double latestPrice)
public Long getVolume()
public void setVolume(Long volume)
public Double getAmount()
public void setAmount(Double amount)
public Double getOutstandingRatio()
public void setOutstandingRatio(Double outstandingRatio)
public Integer getLotSize()
public void setLotSize(Integer lotSize)
public String getStrike()
public void setStrike(String strike)
public Double getInOutPrice()
public void setInOutPrice(Double inOutPrice)
public Double getDelta()
public void setDelta(Double delta)
public Double getLeverageRatio()
public void setLeverageRatio(Double leverageRatio)
public Double getEffectiveLeverage()
public void setEffectiveLeverage(Double effectiveLeverage)
public Double getImpliedVolatility()
public void setImpliedVolatility(Double impliedVolatility)
Copyright © 2024. All rights reserved.