public class HourTrading extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected Double |
latestPrice |
protected Double |
preClose |
| 构造器和说明 |
|---|
HourTrading() |
| 限定符和类型 | 方法和说明 |
|---|---|
Double |
getLatestPrice() |
String |
getLatestTime() |
Double |
getPreClose() |
String |
getTag() |
Long |
getTimestamp() |
Long |
getVolume() |
void |
setLatestPrice(Double latestPrice) |
void |
setLatestTime(String latestTime) |
void |
setPreClose(Double preClose) |
void |
setTag(String tag) |
void |
setTimestamp(Long timestamp) |
void |
setVolume(Long volume) |
String |
toString() |
public String getTag()
public void setTag(String tag)
public Double getLatestPrice()
public void setLatestPrice(Double latestPrice)
public Double getPreClose()
public void setPreClose(Double preClose)
public String getLatestTime()
public void setLatestTime(String latestTime)
public Long getVolume()
public void setVolume(Long volume)
public Long getTimestamp()
public void setTimestamp(Long timestamp)
Copyright © 2019. All rights reserved.