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.reqMarketDepth(String symbol,
Percent percent) |
Modifier and Type | Method and Description |
---|---|
static Percent |
Percent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Percent[] |
Percent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Percent |
ReqMarketDepthRequest.getPercent() |
Constructor and Description |
---|
ReqMarketDepthRequest(int version,
String symbolId,
Percent percent) |
Modifier and Type | Method and Description |
---|---|
Percent |
MarketDepthDiff.getPercent() |
Modifier and Type | Method and Description |
---|---|
void |
Message.addMarketDepthDiff(String symbolId,
PushType pushType,
Percent percent) |
Constructor and Description |
---|
MarketDepthDiff(String symbolId,
PushType pushType,
Percent percent) |
Modifier and Type | Method and Description |
---|---|
Percent |
MarketDepthDiffPayload.getPercent() |
Constructor and Description |
---|
MarketDepthDiffPayload(String symbolId,
Percent percent,
long version,
long versionOld,
Update bidInsert,
int[] bidDelete,
Update bidUpdate,
Update askInsert,
int[] askDelete,
Update askUpdate)
差量行情深度
|
Modifier and Type | Method and Description |
---|---|
Percent |
ReqMarketDepthPayload.getPercent() |
Constructor and Description |
---|
ReqMarketDepthPayload(String symbolId,
Percent percent,
long time,
long version,
String bidName,
BigDecimal[] bidPrice,
BigDecimal[] bidTotal,
BigDecimal[] bidAmount,
String askName,
BigDecimal[] askPrice,
BigDecimal[] askTotal,
BigDecimal[] askAmount)
行情深度
|
Copyright © 2014–2015. All rights reserved.