| Package | Description |
|---|---|
| org.oxerr.huobi.websocket |
Implementation for Huobi WebSocket API v1.0.
|
| org.oxerr.huobi.websocket.dto.request |
Request DTOs.
|
| org.oxerr.huobi.websocket.dto.request.historydata |
Requests for history data API.
|
| org.oxerr.huobi.websocket.dto.request.service |
Requests for Service API.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HuobiSocketClient.send(Request request) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSymbolIdListRequest
Request that contains
AbstractSymbolIdListRequest.symbolIdList. |
class |
AbstractSymbolIdRequest
Request that contain
AbstractSymbolIdRequest.symbolId. |
| Modifier and Type | Class and Description |
|---|---|
class |
ReqKLineRequest
Request of history candlestick data.
|
class |
ReqMarketDepthRequest
Request of market-depth.
|
class |
ReqMarketDepthTopRequest
Request of top market-depth.
|
class |
ReqMarketDetailRequest
Request of market details.
|
class |
ReqTimeLineRequest
Request of history time-interval.
|
class |
ReqTradeDetailTopRequest
Request of top trade details.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReqMsgSubscribeRequest
Request of subscribing push message.
|
class |
ReqMsgUnsubscribeRequest
Request of canceling push message subscription.
|
class |
ReqSymbolDetailRequest
Request of symbol details.
|
class |
ReqSymbolListRequest
Request of symbol list.
|
Copyright © 2014–2015. All rights reserved.