public class OptionRealTimeQuote extends Object implements Serializable
| 构造器和说明 |
|---|
OptionRealTimeQuote() |
public String getIdentifier()
public void setIdentifier(String identifier)
public String getStrike()
public void setStrike(String strike)
public String getRight()
public void setRight(String right)
public Double getBidPrice()
public void setBidPrice(Double bidPrice)
public Integer getBidSize()
public void setBidSize(Integer bidSize)
public Double getAskPrice()
public void setAskPrice(Double askPrice)
public Integer getAskSize()
public void setAskSize(Integer askSize)
public Integer getVolume()
public void setVolume(Integer volume)
public Double getLatestPrice()
public void setLatestPrice(Double latestPrice)
public Double getPreClose()
public void setPreClose(Double preClose)
public Integer getOpenInterest()
public void setOpenInterest(Integer openInterest)
public Integer getMultiplier()
public void setMultiplier(Integer multiplier)
public Long getLastTimestamp()
public void setLastTimestamp(Long lastTimestamp)
public Double getImpliedVol()
public void setImpliedVol(Double impliedVol)
public Double getDelta()
public void setDelta(Double delta)
public Double getGamma()
public void setGamma(Double gamma)
public Double getTheta()
public void setTheta(Double theta)
public Double getVega()
public void setVega(Double vega)
public Double getRho()
public void setRho(Double rho)
Copyright © 2024. All rights reserved.