public final class BitstampUserTransaction extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BitstampUserTransaction.TransactionType |
Constructor and Description |
---|
BitstampUserTransaction(String datetime,
long id,
long order_id,
BitstampUserTransaction.TransactionType type,
BigDecimal usd,
BigDecimal btc,
BigDecimal btc_usd,
BigDecimal fee)
Constructor
|
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getBtc() |
String |
getDatetime() |
BigDecimal |
getFee() |
long |
getId() |
long |
getOrderId() |
BigDecimal |
getPrice() |
BitstampUserTransaction.TransactionType |
getType() |
BigDecimal |
getUsd() |
boolean |
isDeposit() |
boolean |
isMarketTrade() |
boolean |
isWithdrawal() |
String |
toString() |
public BitstampUserTransaction(String datetime, long id, long order_id, BitstampUserTransaction.TransactionType type, BigDecimal usd, BigDecimal btc, BigDecimal btc_usd, BigDecimal fee)
datetime
- id
- order_id
- type
- usd
- btc
- btc_usd
- fee
- public String getDatetime()
public long getId()
public long getOrderId()
public BitstampUserTransaction.TransactionType getType()
public boolean isDeposit()
public boolean isWithdrawal()
public boolean isMarketTrade()
public BigDecimal getUsd()
public BigDecimal getBtc()
public BigDecimal getPrice()
public BigDecimal getFee()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.