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.historydata |
Responses for history data API.
|
org.oxerr.huobi.websocket.dto.response.marketdata |
Messages pushed from Huobi exchange for the request of
ReqMsgSubscribeRequest . |
org.oxerr.huobi.websocket.dto.response.service |
Responses for Service API.
|
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 |
ErrorResponse
Error response.
|
class |
ReqResponse<T extends Payload>
Response of
HuobiSocket . |
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 |
ReqKLineResponse
Response of history candlestick data.
|
class |
ReqMarketDepthResponse
Response of market-depth.
|
class |
ReqMarketDepthTopResponse
Response of top market-depth.
|
class |
ReqMarketDetailResponse
Response of market details.
|
class |
ReqTimeLineResponse
Response of history time-interval.
|
class |
ReqTradeDetailTopResponse
Response of top trade details.
|
Modifier and Type | Class and Description |
---|---|
class |
LastKLine
Push of the last data details from candlestick chart.
|
class |
LastTimeLine
Push of the last time-interval data.
|
class |
MarketDepthDiff
Push of market-depth difference.
|
class |
MarketDepthTopDiff
Push of top market-depth difference.
|
class |
MarketDetail
Push of market detail.
|
class |
MarketOverview
Push of the market overview data.
|
class |
Message<T extends Payload>
Push message.
|
class |
TradeDetail
Push of trade details.
|
Modifier and Type | Class and Description |
---|---|
class |
ReqMsgSubscribeResponse
Response of subscribing push message.
|
class |
ReqMsgUnsubscribeResponse
Response of canceling push message subscription.
|
class |
ReqSymbolDetailResponse
Response of symbol details.
|
class |
ReqSymbolListResponse
Response of symbol list.
|
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.