Package | Description |
---|---|
com.xeiam.xchange.btce.v3 | |
com.xeiam.xchange.btce.v3.service.polling | |
com.xeiam.xchange.btce.v3.service.polling.trade.params |
Modifier and Type | Method and Description |
---|---|
static BTCEAuthenticated.SortOrder |
BTCEAuthenticated.SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BTCEAuthenticated.SortOrder[] |
BTCEAuthenticated.SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BTCEAccountInfoReturn |
BTCEAuthenticated.getInfo(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
Long from,
Long count,
Long fromId,
Long endId,
BTCEAuthenticated.SortOrder order,
Long since,
Long end) |
BTCETradeHistoryReturn |
BTCEAuthenticated.TradeHistory(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
Long from,
Long count,
Long fromId,
Long endId,
BTCEAuthenticated.SortOrder order,
Long since,
Long end,
String pair)
All parameters are nullable
|
BTCETransHistoryReturn |
BTCEAuthenticated.TransHistory(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
Long from,
Long count,
Long fromId,
Long endId,
BTCEAuthenticated.SortOrder order,
Long since,
Long end)
POST to retrieve transaction history from BTCE exchange.
|
Modifier and Type | Method and Description |
---|---|
Map<Long,BTCETradeHistoryResult> |
BTCETradeServiceRaw.getBTCETradeHistory(Long from,
Long count,
Long fromId,
Long endId,
BTCEAuthenticated.SortOrder order,
Long since,
Long end,
String pair)
All parameters are nullable
|
Map<Long,BTCETransHistoryResult> |
BTCETradeServiceRaw.getBTCETransHistory(Long from,
Long count,
Long fromId,
Long endId,
BTCEAuthenticated.SortOrder order,
Long since,
Long end)
Get Map of transaction history from BTCE exchange.
|
Modifier and Type | Method and Description |
---|---|
BTCEAuthenticated.SortOrder |
BTCETransHistoryParams.getSortOrder() |
Modifier and Type | Method and Description |
---|---|
void |
BTCETransHistoryParams.setSortOrder(BTCEAuthenticated.SortOrder sortOrder) |
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.