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