| Package | Description |
|---|---|
| com.xeiam.xchange.btce.v3.dto.trade | |
| com.xeiam.xchange.btce.v3.service.polling |
| Constructor and Description |
|---|
BTCETransHistoryReturn(boolean success,
Map<Long,BTCETransHistoryResult> value,
String error)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Map<Long,BTCETransHistoryResult> |
BTCETradeService.getTransHistory(BTCETransHistoryParams params)
Retrieve TransHistory.
|
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.