public class KrakenLedger extends Object
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 |
---|---|
String |
getAsset() |
String |
getAssetClass() |
BigDecimal |
getBalance() |
BigDecimal |
getFee() |
LedgerType |
getLedgerType() |
String |
getRefId() |
BigDecimal |
getTransactionAmount() |
double |
getUnixTime() |
String |
toString() |
public KrakenLedger(String refId, double unixTime, LedgerType ledgerType, String assetClass, String asset, BigDecimal transactionAmount, BigDecimal fee, BigDecimal balance)
refId
- unixTime
- ledgerType
- assetClass
- asset
- transactionAmount
- fee
- balance
- public String getRefId()
public double getUnixTime()
public LedgerType getLedgerType()
public String getAssetClass()
public String getAsset()
public BigDecimal getTransactionAmount()
public BigDecimal getFee()
public BigDecimal getBalance()
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.