public final class CleverCoinUserTransaction extends Object
Constructor and Description |
---|
CleverCoinUserTransaction(long datetime,
long transactionId,
long orderId,
String type,
BigDecimal btc,
BigDecimal btc_eur)
Constructor
|
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getBtc() |
long |
getDatetime() |
BigDecimal |
getEur() |
long |
getId() |
long |
getOrderId() |
BigDecimal |
getPrice() |
Date |
getTime() |
String |
getType() |
boolean |
isDeposit() |
boolean |
isMarketTrade() |
boolean |
isWithdrawal() |
String |
toString() |
public CleverCoinUserTransaction(long datetime, long transactionId, long orderId, String type, BigDecimal btc, BigDecimal btc_eur)
datetime
- transactionId
- orderId
- type
- eur
- btc
- btc_eur
- public long getDatetime()
public long getId()
public long getOrderId()
public String getType()
public boolean isDeposit()
public boolean isWithdrawal()
public boolean isMarketTrade()
public BigDecimal getEur()
public BigDecimal getBtc()
public Date getTime()
public BigDecimal getPrice()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.