public class QuoteOvernight extends Object implements Serializable
| 构造器和说明 |
|---|
QuoteOvernight() |
| 限定符和类型 | 方法和说明 |
|---|---|
Double |
getAmount() |
Double |
getAskPrice() |
Long |
getAskSize() |
Double |
getBidPrice() |
Long |
getBidSize() |
Double |
getLatestPrice() |
Double |
getPreClose() |
String |
getSymbol() |
Long |
getTimestamp() |
Long |
getVolume() |
void |
setAmount(Double amount) |
void |
setAskPrice(Double askPrice) |
void |
setAskSize(Long askSize) |
void |
setBidPrice(Double bidPrice) |
void |
setBidSize(Long bidSize) |
void |
setLatestPrice(Double latestPrice) |
void |
setPreClose(Double preClose) |
void |
setSymbol(String symbol) |
void |
setTimestamp(Long timestamp) |
void |
setVolume(Long volume) |
String |
toString() |
protected Double preClose
public String getSymbol()
public void setSymbol(String symbol)
public Double getLatestPrice()
public void setLatestPrice(Double latestPrice)
public Double getAskPrice()
public void setAskPrice(Double askPrice)
public Long getAskSize()
public void setAskSize(Long askSize)
public Double getBidPrice()
public void setBidPrice(Double bidPrice)
public Long getBidSize()
public void setBidSize(Long bidSize)
public Double getPreClose()
public void setPreClose(Double preClose)
public Long getVolume()
public void setVolume(Long volume)
public Double getAmount()
public void setAmount(Double amount)
public Long getTimestamp()
public void setTimestamp(Long timestamp)
Copyright © 2025. All rights reserved.