Package | Description |
---|---|
org.oxerr.okcoin.rest |
RESTful API implementation.
|
org.oxerr.okcoin.rest.service |
Services.
|
org.oxerr.okcoin.websocket.dto |
Data transfer objects.
|
Modifier and Type | Method and Description |
---|---|
OrderResult |
OKCoin.getOrder(String apiKey,
String symbol,
long orderId,
si.mazi.rescu.ParamsDigest sign)
Get order info.
|
OrderResult |
OKCoin.getOrders(String apiKey,
String symbol,
int type,
String orderId,
si.mazi.rescu.ParamsDigest sign)
Get order information in batch.
|
Modifier and Type | Method and Description |
---|---|
static org.knowm.xchange.dto.trade.OpenOrders |
OKCoinAdapters.adaptOpenOrders(Collection<OrderResult> orderResults) |
Modifier and Type | Method and Description |
---|---|
OrderResult |
OKCoinTradeServiceRaw.getOrder(String symbol,
long orderId) |
OrderResult |
OKCoinTradeServiceRaw.getOrders(String symbol,
int type,
Iterable<Long> orderIds) |
OrderResult |
OKCoinTradeServiceRaw.getOrders(String symbol,
int type,
long[] orderIds) |
OrderResult |
OKCoinTradeServiceRaw.getOrders(String symbol,
int type,
Long[] orderIds) |
Modifier and Type | Class and Description |
---|---|
class |
OrderResult |
Copyright © 2013–2017. All rights reserved.