public class FutureTickItem extends ApiModel
| 构造器和说明 |
|---|
FutureTickItem() |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getIndex() |
BigDecimal |
getPrice() |
long |
getTime() |
long |
getVolume() |
void |
setIndex(long index) |
void |
setPrice(BigDecimal price) |
void |
setTime(long time) |
void |
setVolume(long volume) |
String |
toString() |
getAccount, getLang, setLangpublic long getIndex()
public void setIndex(long index)
public BigDecimal getPrice()
public void setPrice(BigDecimal price)
public long getVolume()
public void setVolume(long volume)
public long getTime()
public void setTime(long time)
Copyright © 2022. All rights reserved.