Package | Description |
---|---|
com.xeiam.xchange.okcoin | |
com.xeiam.xchange.okcoin.service.polling |
Modifier and Type | Method and Description |
---|---|
static FuturesContract |
OkCoinExchange.futuresContractOfConfig(ExchangeSpecification exchangeSpecification)
Extract contract used by spec
|
static FuturesContract |
FuturesContract.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FuturesContract[] |
FuturesContract.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FuturesContract |
OkCoinFuturesTradeService.TradeHistoryParamFuturesContract.getFuturesContract() |
FuturesContract |
OkCoinFuturesTradeService.OkCoinFuturesTradeHistoryParams.getFuturesContract() |
Modifier and Type | Method and Description |
---|---|
List<FuturesContract> |
OkCoinFuturesTradeService.getExchangeContracts() |
Modifier and Type | Method and Description |
---|---|
OkCoinTradeResult |
OkCoinTradeServiceRaw.futuresCancelOrder(long orderId,
String symbol,
FuturesContract contract) |
OkCoinTradeResult |
OkCoinTradeServiceRaw.futuresTrade(String symbol,
String type,
String price,
String amount,
FuturesContract contract,
int matchPrice,
int leverRate)
OkCoin.com Futures API
|
OkCoinDepth |
OkCoinMarketDataServiceRaw.getFuturesDepth(CurrencyPair currencyPair,
FuturesContract prompt) |
OkCoinFuturesOrderResult |
OkCoinTradeServiceRaw.getFuturesOrder(long orderId,
String symbol,
String currentPage,
String pageLength,
FuturesContract contract) |
OkCoinPositionResult |
OkCoinTradeServiceRaw.getFuturesPosition(String symbol,
FuturesContract contract) |
OkCoinTickerResponse |
OkCoinMarketDataServiceRaw.getFuturesTicker(CurrencyPair currencyPair,
FuturesContract prompt) |
OkCoinTrade[] |
OkCoinMarketDataServiceRaw.getFuturesTrades(CurrencyPair currencyPair,
FuturesContract prompt) |
void |
OkCoinFuturesTradeService.TradeHistoryParamFuturesContract.setFuturesContract(FuturesContract futuresContract) |
void |
OkCoinFuturesTradeService.OkCoinFuturesTradeHistoryParams.setFuturesContract(FuturesContract futuresContract) |
Constructor and Description |
---|
OkCoinFuturesMarketDataService(Exchange exchange,
FuturesContract futuresContract)
Constructor
|
OkCoinFuturesTradeHistoryParams(Integer pageLength,
Integer pageNumber,
CurrencyPair currencyPair,
FuturesContract futuresContract,
String orderId) |
OkCoinFuturesTradeService(Exchange exchange,
FuturesContract futuresContract,
int leverRate)
Constructor
|
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.