public class KlinePoint extends Object implements Serializable
| 构造器和说明 |
|---|
KlinePoint() |
| 限定符和类型 | 方法和说明 |
|---|---|
Double |
getAmount() |
Double |
getClose() |
Double |
getHigh() |
Double |
getLow() |
Double |
getOpen() |
Long |
getTime() |
Long |
getVolume() |
void |
setAmount(Double amount) |
void |
setClose(Double close) |
void |
setHigh(Double high) |
void |
setLow(Double low) |
void |
setOpen(Double open) |
void |
setTime(Long time) |
void |
setVolume(Long volume) |
String |
toString() |
public Double getOpen()
public void setOpen(Double open)
public Double getClose()
public void setClose(Double close)
public Double getHigh()
public void setHigh(Double high)
public Double getLow()
public void setLow(Double low)
public Long getTime()
public void setTime(Long time)
public Long getVolume()
public void setVolume(Long volume)
public Double getAmount()
public void setAmount(Double amount)
Copyright © 2024. All rights reserved.