public class HourTrading extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
protected Double |
latestPrice |
protected Double |
preClose |
| 构造器和说明 |
|---|
HourTrading() |
| 限定符和类型 | 方法和说明 |
|---|---|
Double |
getAmplitude() |
Double |
getChange() |
Double |
getChangeRate() |
Double |
getLatestPrice() |
String |
getLatestTime() |
Double |
getPreClose() |
String |
getTag() |
Long |
getTimestamp() |
Long |
getVolume() |
void |
setAmplitude(Double amplitude) |
void |
setChange(Double change) |
void |
setChangeRate(Double changeRate) |
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 Double getChange()
public void setChange(Double change)
public Double getChangeRate()
public void setChangeRate(Double changeRate)
public Double getAmplitude()
public void setAmplitude(Double amplitude)
public Long getTimestamp()
public void setTimestamp(Long timestamp)
Copyright © 2026. All rights reserved.