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