Package | Description |
---|---|
org.oxerr.huobi.rest |
Client for HUOBI.
|
org.oxerr.huobi.rest.service.polling |
Polling services.
|
Modifier and Type | Method and Description |
---|---|
PlaceOrderResult |
Huobi.modifyOrder(String method,
String accessKey,
int coinType,
long id,
String price,
String amount,
long created,
si.mazi.rescu.ParamsDigest sign)
Modify order.
|
PlaceOrderResult |
Huobi.placeLimitOrder(String method,
String accessKey,
int coinType,
String price,
String amount,
long created,
si.mazi.rescu.ParamsDigest sign)
Place limit order.
|
PlaceOrderResult |
Huobi.placeLimitOrder(String method,
String accessKey,
int coinType,
String price,
String amount,
long created,
si.mazi.rescu.ParamsDigest sign,
String tradePassword)
Place limit order.
|
PlaceOrderResult |
Huobi.placeMarketOrder(String method,
String accessKey,
int coinType,
String amount,
long created,
si.mazi.rescu.ParamsDigest sign)
Place market order.
|
PlaceOrderResult |
Huobi.placeMarketOrder(String method,
String accessKey,
int coinType,
String amount,
long created,
si.mazi.rescu.ParamsDigest sign,
String tradePassword)
Place market order.
|
Modifier and Type | Method and Description |
---|---|
static String |
HuobiAdapters.adaptPlaceOrderResult(PlaceOrderResult result) |
Modifier and Type | Method and Description |
---|---|
PlaceOrderResult |
HuobiTradeServiceRaw.modifyHUOBIOrder(int coinType,
long id,
BigDecimal price,
BigDecimal amount) |
PlaceOrderResult |
HuobiTradeServiceRaw.placeHUOBILimitOrder(com.xeiam.xchange.dto.Order.OrderType type,
int coinType,
BigDecimal price,
BigDecimal amount) |
PlaceOrderResult |
HuobiTradeServiceRaw.placeHUOBIMarketOrder(com.xeiam.xchange.dto.Order.OrderType type,
int coinType,
BigDecimal amount) |
Copyright © 2014–2015. All rights reserved.