public class ReqTimeLinePayload extends AbstractPayload
ReqTimeLineResponse
.Constructor and Description |
---|
ReqTimeLinePayload(String symbolId,
long[] time,
BigDecimal[] priceLast,
BigDecimal[] amount,
BigDecimal[] volume,
int[] count)
历史分时
|
Modifier and Type | Method and Description |
---|---|
BigDecimal[] |
getAmount() |
int[] |
getCount() |
BigDecimal[] |
getPriceLast() |
String |
getSymbolId() |
long[] |
getTime() |
BigDecimal[] |
getVolume() |
toString
public ReqTimeLinePayload(String symbolId, long[] time, BigDecimal[] priceLast, BigDecimal[] amount, BigDecimal[] volume, int[] count)
symbolId
- 交易代码time
- 时间,秒数priceLast
- 收盘amount
- 成交量volume
- 成交额count
- 成交笔数public String getSymbolId()
public long[] getTime()
public BigDecimal[] getPriceLast()
public BigDecimal[] getAmount()
public BigDecimal[] getVolume()
public int[] getCount()
Copyright © 2014–2015. All rights reserved.