- reconnect() - Method in class org.oxerr.huobi.websocket.HuobiSocket
-
- reconnect() - Method in class org.oxerr.huobi.websocket.HuobiSocketClient
-
- reqKLine(String, Period, Date, Date) - Method in class org.oxerr.huobi.websocket.HuobiSocketClient
-
- ReqKLinePayload - Class in org.oxerr.huobi.websocket.dto.response.payload
-
- ReqKLinePayload(String, Period, long[], BigDecimal[], BigDecimal[], BigDecimal[], BigDecimal[], BigDecimal[], BigDecimal[], int[]) - Constructor for class org.oxerr.huobi.websocket.dto.response.payload.ReqKLinePayload
-
历史k线
- ReqKLineRequest - Class in org.oxerr.huobi.websocket.dto.request.historydata
-
Request of history candlestick data.
- ReqKLineRequest(int, String, Period) - Constructor for class org.oxerr.huobi.websocket.dto.request.historydata.ReqKLineRequest
-
- ReqKLineResponse - Class in org.oxerr.huobi.websocket.dto.response.historydata
-
Response of history candlestick data.
- ReqKLineResponse(int, String, int, String) - Constructor for class org.oxerr.huobi.websocket.dto.response.historydata.ReqKLineResponse
-
- reqMarketDepth(String, Percent) - Method in class org.oxerr.huobi.websocket.HuobiSocketClient
-
- ReqMarketDepthPayload - Class in org.oxerr.huobi.websocket.dto.response.payload
-
- ReqMarketDepthPayload(String, Percent, long, long, String, BigDecimal[], BigDecimal[], BigDecimal[], String, BigDecimal[], BigDecimal[], BigDecimal[]) - Constructor for class org.oxerr.huobi.websocket.dto.response.payload.ReqMarketDepthPayload
-
行情深度
- ReqMarketDepthRequest - Class in org.oxerr.huobi.websocket.dto.request.historydata
-
Request of market-depth.
- ReqMarketDepthRequest(int, String, Percent) - Constructor for class org.oxerr.huobi.websocket.dto.request.historydata.ReqMarketDepthRequest
-
- ReqMarketDepthResponse - Class in org.oxerr.huobi.websocket.dto.response.historydata
-
Response of market-depth.
- ReqMarketDepthResponse(int, String, int, String) - Constructor for class org.oxerr.huobi.websocket.dto.response.historydata.ReqMarketDepthResponse
-
- reqMarketDepthTop(String) - Method in class org.oxerr.huobi.websocket.HuobiSocketClient
-
- ReqMarketDepthTopPayload - Class in org.oxerr.huobi.websocket.dto.response.payload
-
- ReqMarketDepthTopPayload(String, long, long, String, BigDecimal[], BigDecimal[], BigDecimal[], String, BigDecimal[], BigDecimal[], BigDecimal[]) - Constructor for class org.oxerr.huobi.websocket.dto.response.payload.ReqMarketDepthTopPayload
-
Top条行情深度
- ReqMarketDepthTopRequest - Class in org.oxerr.huobi.websocket.dto.request.historydata
-
Request of top market-depth.
- ReqMarketDepthTopRequest(int, String) - Constructor for class org.oxerr.huobi.websocket.dto.request.historydata.ReqMarketDepthTopRequest
-
- ReqMarketDepthTopResponse - Class in org.oxerr.huobi.websocket.dto.response.historydata
-
Response of top market-depth.
- ReqMarketDepthTopResponse(int, String, int, String) - Constructor for class org.oxerr.huobi.websocket.dto.response.historydata.ReqMarketDepthTopResponse
-
- reqMarketDetail(String) - Method in class org.oxerr.huobi.websocket.HuobiSocketClient
-
- ReqMarketDetailPayload - Class in org.oxerr.huobi.websocket.dto.response.payload
-
- ReqMarketDetailPayload(String, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, int, BigDecimal, BigDecimal, String, Trades, Orders, Orders, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal, BigDecimal) - Constructor for class org.oxerr.huobi.websocket.dto.response.payload.ReqMarketDetailPayload
-
盘口信息
- ReqMarketDetailRequest - Class in org.oxerr.huobi.websocket.dto.request.historydata
-
Request of market details.
- ReqMarketDetailRequest(int, String) - Constructor for class org.oxerr.huobi.websocket.dto.request.historydata.ReqMarketDetailRequest
-
- ReqMarketDetailResponse - Class in org.oxerr.huobi.websocket.dto.response.historydata
-
Response of market details.
- ReqMarketDetailResponse(int, String, int, String) - Constructor for class org.oxerr.huobi.websocket.dto.response.historydata.ReqMarketDetailResponse
-
- reqMsgSubscribe(Message) - Method in class org.oxerr.huobi.websocket.HuobiSocketClient
-
- ReqMsgSubscribeRequest - Class in org.oxerr.huobi.websocket.dto.request.service
-
Request of subscribing push message.
- ReqMsgSubscribeRequest(int, Message) - Constructor for class org.oxerr.huobi.websocket.dto.request.service.ReqMsgSubscribeRequest
-
- ReqMsgSubscribeResponse - Class in org.oxerr.huobi.websocket.dto.response.service
-
Response of subscribing push message.
- ReqMsgSubscribeResponse(int, String, int, String) - Constructor for class org.oxerr.huobi.websocket.dto.response.service.ReqMsgSubscribeResponse
-
- reqMsgUnsubscribe(Message) - Method in class org.oxerr.huobi.websocket.HuobiSocketClient
-
- ReqMsgUnsubscribeRequest - Class in org.oxerr.huobi.websocket.dto.request.service
-
Request of canceling push message subscription.
- ReqMsgUnsubscribeRequest(int, Message) - Constructor for class org.oxerr.huobi.websocket.dto.request.service.ReqMsgUnsubscribeRequest
-
- ReqMsgUnsubscribeResponse - Class in org.oxerr.huobi.websocket.dto.response.service
-
Response of canceling push message subscription.
- ReqMsgUnsubscribeResponse(int, String, int, String) - Constructor for class org.oxerr.huobi.websocket.dto.response.service.ReqMsgUnsubscribeResponse
-
- ReqResponse<T extends Payload> - Class in org.oxerr.huobi.websocket.dto.response
-
- ReqResponse(int, String, int, String) - Constructor for class org.oxerr.huobi.websocket.dto.response.ReqResponse
-
Constructs the response.
- reqSymbolDetail(String...) - Method in class org.oxerr.huobi.websocket.HuobiSocketClient
-
- ReqSymbolDetailPayload - Class in org.oxerr.huobi.websocket.dto.response.payload
-
- ReqSymbolDetailPayload(String[], String[], String[], String[], String[], String[], String[], String[], BigDecimal[], BigDecimal[], String[]) - Constructor for class org.oxerr.huobi.websocket.dto.response.payload.ReqSymbolDetailPayload
-
获取交易代码详细信息
- ReqSymbolDetailRequest - Class in org.oxerr.huobi.websocket.dto.request.service
-
Request of symbol details.
- ReqSymbolDetailRequest(int, String...) - Constructor for class org.oxerr.huobi.websocket.dto.request.service.ReqSymbolDetailRequest
-
- ReqSymbolDetailResponse - Class in org.oxerr.huobi.websocket.dto.response.service
-
Response of symbol details.
- ReqSymbolDetailResponse(int, String, int, String, ReqSymbolDetailPayload) - Constructor for class org.oxerr.huobi.websocket.dto.response.service.ReqSymbolDetailResponse
-
- reqSymbolList(String...) - Method in class org.oxerr.huobi.websocket.HuobiSocketClient
-
- ReqSymbolListPayload - Class in org.oxerr.huobi.websocket.dto.response.payload
-
- ReqSymbolListPayload(String[], String[], String[], String[], String[], String[], String[], String[]) - Constructor for class org.oxerr.huobi.websocket.dto.response.payload.ReqSymbolListPayload
-
获取交易代码列表
- ReqSymbolListRequest - Class in org.oxerr.huobi.websocket.dto.request.service
-
Request of symbol list.
- ReqSymbolListRequest(int) - Constructor for class org.oxerr.huobi.websocket.dto.request.service.ReqSymbolListRequest
-
- ReqSymbolListResponse - Class in org.oxerr.huobi.websocket.dto.response.service
-
Response of symbol list.
- ReqSymbolListResponse(int, String, int, String) - Constructor for class org.oxerr.huobi.websocket.dto.response.service.ReqSymbolListResponse
-
- reqTimeLine(String) - Method in class org.oxerr.huobi.websocket.HuobiSocketClient
-
- ReqTimeLinePayload - Class in org.oxerr.huobi.websocket.dto.response.payload
-
- ReqTimeLinePayload(String, long[], BigDecimal[], BigDecimal[], BigDecimal[], int[]) - Constructor for class org.oxerr.huobi.websocket.dto.response.payload.ReqTimeLinePayload
-
历史分时
- ReqTimeLineRequest - Class in org.oxerr.huobi.websocket.dto.request.historydata
-
Request of history time-interval.
- ReqTimeLineRequest(int, String) - Constructor for class org.oxerr.huobi.websocket.dto.request.historydata.ReqTimeLineRequest
-
- ReqTimeLineResponse - Class in org.oxerr.huobi.websocket.dto.response.historydata
-
Response of history time-interval.
- ReqTimeLineResponse(int, String, int, String) - Constructor for class org.oxerr.huobi.websocket.dto.response.historydata.ReqTimeLineResponse
-
- reqTradeDetailTop(String, int) - Method in class org.oxerr.huobi.websocket.HuobiSocketClient
-
- ReqTradeDetailTopPayload - Class in org.oxerr.huobi.websocket.dto.response.payload
-
- ReqTradeDetailTopPayload(String, long[], BigDecimal[], long[], BigDecimal[], int[], Orders[], Orders[]) - Constructor for class org.oxerr.huobi.websocket.dto.response.payload.ReqTradeDetailTopPayload
-
交易明细
- ReqTradeDetailTopRequest - Class in org.oxerr.huobi.websocket.dto.request.historydata
-
Request of top trade details.
- ReqTradeDetailTopRequest(int, String) - Constructor for class org.oxerr.huobi.websocket.dto.request.historydata.ReqTradeDetailTopRequest
-
- ReqTradeDetailTopResponse - Class in org.oxerr.huobi.websocket.dto.response.historydata
-
Response of top trade details.
- ReqTradeDetailTopResponse(int, String, int, String) - Constructor for class org.oxerr.huobi.websocket.dto.response.historydata.ReqTradeDetailTopResponse
-
- Request - Class in org.oxerr.huobi.websocket.dto.request
-
- Request(int, String) - Constructor for class org.oxerr.huobi.websocket.dto.request.Request
-
Constructs a request.
- Response<T extends Payload> - Class in org.oxerr.huobi.websocket.dto.response
-
Response of Huobi WebSocket API.
- Response(int, String) - Constructor for class org.oxerr.huobi.websocket.dto.response.Response
-
- ResponseAdapter - Class in org.oxerr.huobi.websocket.event
-
An abstract adapter class for receiving Huobi exchange events.
- ResponseAdapter() - Constructor for class org.oxerr.huobi.websocket.event.ResponseAdapter
-
- ResponseFactory - Class in org.oxerr.huobi.websocket.dto.response
-
- ResponseListener - Interface in org.oxerr.huobi.websocket.event
-
The listener interface for receiving Huobi exchange response.