Package | Description |
---|---|
org.oxerr.huobi.websocket |
Implementation for Huobi WebSocket API v1.0.
|
org.oxerr.huobi.websocket.dto |
Huobi WebSocket API DTOs.
|
org.oxerr.huobi.websocket.dto.request.historydata |
Requests for history data API.
|
org.oxerr.huobi.websocket.dto.request.marketdata |
Message for
ReqMsgSubscribeRequest . |
org.oxerr.huobi.websocket.dto.response.marketdata.payload |
Payloads of
Message . |
org.oxerr.huobi.websocket.dto.response.payload |
Payload of
Response . |
Modifier and Type | Method and Description |
---|---|
void |
HuobiSocketClient.reqKLine(String symbol,
Period period,
Date from,
Date to) |
Modifier and Type | Method and Description |
---|---|
static Period |
Period.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Period[] |
Period.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Period |
ReqKLineRequest.getPeriod() |
Constructor and Description |
---|
ReqKLineRequest(int version,
String symbolId,
Period period) |
Modifier and Type | Method and Description |
---|---|
Period |
LastKLine.getPeriod() |
Modifier and Type | Method and Description |
---|---|
void |
Message.addLastKLine(String symbolId,
PushType pushType,
Period period) |
Constructor and Description |
---|
LastKLine(String symbolId,
PushType pushType,
Period period) |
Modifier and Type | Method and Description |
---|---|
Period |
LastKLinePayload.getPeriod() |
Constructor and Description |
---|
LastKLinePayload(long _id,
String symbolId,
long time,
Period period,
BigDecimal priceOpen,
BigDecimal priceHigh,
BigDecimal priceLow,
BigDecimal priceLast,
BigDecimal amount,
BigDecimal volume,
int count)
最后k线
|
Modifier and Type | Method and Description |
---|---|
Period |
ReqKLinePayload.getPeriod() |
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线
|
Copyright © 2014–2015. All rights reserved.