public class KlinePoint extends Object implements Serializable
| 构造器和说明 |
|---|
KlinePoint() |
| 限定符和类型 | 方法和说明 |
|---|---|
Double |
getAmount() |
Double |
getClose() |
Double |
getHigh() |
Double |
getLow() |
Double |
getLyrPe() |
Double |
getOpen() |
Long |
getTime() |
Double |
getTtmPe() |
Double |
getTurnoverRate() |
Long |
getVolume() |
void |
setAmount(Double amount) |
void |
setClose(Double close) |
void |
setHigh(Double high) |
void |
setLow(Double low) |
void |
setLyrPe(Double lyrPe) |
void |
setOpen(Double open) |
void |
setTime(Long time) |
void |
setTtmPe(Double ttmPe) |
void |
setTurnoverRate(Double turnoverRate) |
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)
public Double getTurnoverRate()
public void setTurnoverRate(Double turnoverRate)
public Double getTtmPe()
public void setTtmPe(Double ttmPe)
public Double getLyrPe()
public void setLyrPe(Double lyrPe)
Copyright © 2025. All rights reserved.