Class BitstampUserTransaction
java.lang.Object
org.knowm.xchange.bitstamp.dto.trade.BitstampUserTransaction
- Author:
- Matija Mazi
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionBitstampUserTransaction
(String datetime, long id, long order_id, BitstampUserTransaction.TransactionType type, BigDecimal fee) Constructor -
Method Summary
-
Constructor Details
-
BitstampUserTransaction
public BitstampUserTransaction(String datetime, long id, long order_id, BitstampUserTransaction.TransactionType type, BigDecimal fee) Constructor- Parameters:
datetime
-id
-order_id
-type
-fee
-
-
-
Method Details
-
setDynamicProperty
-
getDatetime
-
getId
public long getId() -
getOrderId
public long getOrderId() -
getType
-
isDeposit
public boolean isDeposit() -
isWithdrawal
public boolean isWithdrawal() -
isMarketTrade
public boolean isMarketTrade() -
isSubAccountTransfer
public boolean isSubAccountTransfer() -
getCounterAmount
-
getBaseAmount
-
getPrice
-
getCounterCurrency
-
getBaseCurrency
-
getFee
-
getFeeCurrency
-
getAmounts
-
toString
-