Class BitsoUserTransaction
- java.lang.Object
-
- org.knowm.xchange.bitso.dto.trade.BitsoUserTransaction
-
public final class BitsoUserTransaction extends Object
- Author:
- Piotr Ładyżyński
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBitsoUserTransaction.TransactionType
-
Constructor Summary
Constructors Constructor Description BitsoUserTransaction(String datetime, long id, String order_id, BitsoUserTransaction.TransactionType type, BigDecimal mxn, BigDecimal btc, BigDecimal rate, BigDecimal fee)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetBtc()StringgetDatetime()BigDecimalgetFee()longgetId()BigDecimalgetMxn()StringgetOrderId()BigDecimalgetPrice()BitsoUserTransaction.TransactionTypegetType()booleanisDeposit()booleanisMarketTrade()booleanisWithdrawal()StringtoString()
-
-
-
Constructor Detail
-
BitsoUserTransaction
public BitsoUserTransaction(String datetime, long id, String order_id, BitsoUserTransaction.TransactionType type, BigDecimal mxn, BigDecimal btc, BigDecimal rate, BigDecimal fee)
Constructor- Parameters:
datetime-id-order_id-type-mxn-btc-rate-fee-
-
-
Method Detail
-
getDatetime
public String getDatetime()
-
getId
public long getId()
-
getOrderId
public String getOrderId()
-
getType
public BitsoUserTransaction.TransactionType getType()
-
isDeposit
public boolean isDeposit()
-
isWithdrawal
public boolean isWithdrawal()
-
isMarketTrade
public boolean isMarketTrade()
-
getMxn
public BigDecimal getMxn()
-
getBtc
public BigDecimal getBtc()
-
getPrice
public BigDecimal getPrice()
-
getFee
public BigDecimal getFee()
-
-