public class ReqKLinePayload extends AbstractPayload
ReqKLineResponse.| Constructor and Description |
|---|
ReqKLinePayload(String symbolId,
Period period,
long[] time,
BigDecimal[] priceOpen,
BigDecimal[] priceHigh,
BigDecimal[] priceLow,
BigDecimal[] priceLast,
BigDecimal[] amount,
BigDecimal[] volume,
int[] count)
历史k线
|
| Modifier and Type | Method and Description |
|---|---|
BigDecimal[] |
getAmount() |
int[] |
getCount() |
Period |
getPeriod() |
BigDecimal[] |
getPriceHigh() |
BigDecimal[] |
getPriceLast() |
BigDecimal[] |
getPriceLow() |
BigDecimal[] |
getPriceOpen() |
String |
getSymbolId() |
long[] |
getTime() |
BigDecimal[] |
getVolume() |
toStringpublic ReqKLinePayload(String symbolId, Period period, long[] time, BigDecimal[] priceOpen, BigDecimal[] priceHigh, BigDecimal[] priceLow, BigDecimal[] priceLast, BigDecimal[] amount, BigDecimal[] volume, int[] count)
symbolId - 交易代码period - k线周期time - 时间priceOpen - 开盘priceHigh - 最高priceLow - 最低priceLast - 收盘amount - 成交量volume - 成交额count - 成交笔数public String getSymbolId()
public Period getPeriod()
public long[] getTime()
public BigDecimal[] getPriceOpen()
public BigDecimal[] getPriceHigh()
public BigDecimal[] getPriceLow()
public BigDecimal[] getPriceLast()
public BigDecimal[] getAmount()
public BigDecimal[] getVolume()
public int[] getCount()
Copyright © 2014–2015. All rights reserved.