| Package | Description |
|---|---|
| com.xeiam.xchange.kraken.dto.account | |
| com.xeiam.xchange.kraken.service.polling |
| Modifier and Type | Method and Description |
|---|---|
static LedgerType |
LedgerType.fromString(String ledgerTypeString) |
LedgerType |
KrakenLedger.getLedgerType() |
static LedgerType |
LedgerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LedgerType[] |
LedgerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
KrakenLedger(String refId,
double unixTime,
LedgerType ledgerType,
String assetClass,
String asset,
BigDecimal transactionAmount,
BigDecimal fee,
BigDecimal balance)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,KrakenLedger> |
KrakenAccountServiceRaw.getKrakenLedgerInfo(LedgerType ledgerType,
String start,
String end,
String offset,
String... assets)
Retrieves the Ledger which represents all account asset activity.
|
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.