public class OKCoinExchange
extends org.knowm.xchange.BaseExchange
Exchange implementation for OKCoin.| Modifier and Type | Field and Description |
|---|---|
static String |
CONNECT_TIMEOUT_PARAMETER |
static String |
CONNECTION_REQUEST_TIMEOUT_PARAMETER |
static String |
LOGIN_MAX_RETRY_TIMES_PARAMETER
Max count of retry in logging into via web form.
|
static String |
SOCKET_TIMEOUT_PARAMETER |
static String |
TRADE_PASSWORD_PARAMETER
The parameter key of the trade password.
|
| Constructor and Description |
|---|
OKCoinExchange() |
| Modifier and Type | Method and Description |
|---|---|
org.knowm.xchange.ExchangeSpecification |
getDefaultExchangeSpecification() |
si.mazi.rescu.SynchronizedValueFactory<Long> |
getNonceFactory() |
protected void |
initServices() |
public static final String LOGIN_MAX_RETRY_TIMES_PARAMETER
public static final String SOCKET_TIMEOUT_PARAMETER
public static final String CONNECT_TIMEOUT_PARAMETER
public static final String CONNECTION_REQUEST_TIMEOUT_PARAMETER
public static final String TRADE_PASSWORD_PARAMETER
protected void initServices()
initServices in class org.knowm.xchange.BaseExchangepublic org.knowm.xchange.ExchangeSpecification getDefaultExchangeSpecification()
public si.mazi.rescu.SynchronizedValueFactory<Long> getNonceFactory()
Copyright © 2013–2017. All rights reserved.