| Package | Description |
|---|---|
| org.oxerr.huobi.websocket |
Implementation for Huobi WebSocket API v1.0.
|
| org.oxerr.huobi.websocket.dto.response |
Response DTOs.
|
| org.oxerr.huobi.websocket.dto.response.marketdata |
Messages pushed from Huobi exchange for the request of
ReqMsgSubscribeRequest. |
| org.oxerr.huobi.websocket.dto.response.marketdata.payload |
Payloads of
Message. |
| org.oxerr.huobi.websocket.dto.response.payload |
Payload of
Response. |
| org.oxerr.huobi.websocket.event |
Provides interfaces and classes for dealing with Huobi exchange events.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
HuobiSocketClient.onResponse(Response<? extends Payload> response) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReqResponse<T extends Payload>
Response of
HuobiSocket. |
class |
Response<T extends Payload>
Response of Huobi WebSocket API.
|
| Modifier and Type | Method and Description |
|---|---|
Response<? extends Payload> |
ResponseFactory.fromJson(com.google.gson.JsonElement... args) |
Response<? extends Payload> |
ResponseFactory.fromJson(com.google.gson.JsonObject jsonObject) |
Response<? extends Payload> |
ResponseFactory.fromJson(String event,
com.google.gson.JsonElement... args) |
| Modifier and Type | Class and Description |
|---|---|
class |
Message<T extends Payload>
Push message.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LastKLinePayload
Payload of
LastKLine. |
class |
LastTimeLinePayload
Payload of
LastTimeLine. |
class |
MarketDepthDiffPayload
Payload of
MarketDepthDiff |
class |
MarketDepthTopDiffPayload
Payload of
MarketDepthTopDiff. |
class |
MarketDetailPayload
Payload of
MarketDetail. |
class |
MarketOverviewPayload
Payload of
MarketOverview. |
class |
TradeDetailPayload
Payload of
TradeDetail. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPayload |
class |
ReqKLinePayload
Payload of
ReqKLineResponse. |
class |
ReqMarketDepthPayload
Payload of
ReqMarketDepthResponse. |
class |
ReqMarketDepthTopPayload
Payload of
ReqMarketDepthTopResponse. |
class |
ReqMarketDetailPayload
Payload of
ReqMarketDetailResponse. |
class |
ReqSymbolDetailPayload
Payload of
ReqSymbolDetailResponse. |
class |
ReqSymbolListPayload
Payload of
ReqSymbolListResponse. |
class |
ReqTimeLinePayload
Payload of
ReqTimeLineResponse. |
class |
ReqTradeDetailTopPayload
Payload of
ReqTradeDetailTopResponse. |
class |
VoidPayload
Void payload.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseListener.onResponse(Response<? extends Payload> response) |
void |
ResponseAdapter.onResponse(Response<? extends Payload> response) |
Copyright © 2014–2015. All rights reserved.