public class CoinfloorUserTransaction extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CoinfloorUserTransaction.CoinfloorTransactionTypeDeserializer |
static class |
CoinfloorUserTransaction.TransactionType |
| Modifier and Type | Field and Description |
|---|---|
BigDecimal |
bch |
BigDecimal |
bch_gbp |
BigDecimal |
btc |
BigDecimal |
btc_eur |
BigDecimal |
btc_gbp |
BigDecimal |
btc_usd |
String |
datetime |
BigDecimal |
eth |
BigDecimal |
eth_gbp |
BigDecimal |
eur |
BigDecimal |
fee |
BigDecimal |
gbp |
long |
id |
BigDecimal |
ltc |
BigDecimal |
ltc_gbp |
long |
orderId |
CoinfloorUserTransaction.TransactionType |
type |
BigDecimal |
usd |
BigDecimal |
xrp |
BigDecimal |
xrp_gbp |
| Constructor and Description |
|---|
CoinfloorUserTransaction() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount() |
Currency |
getCurrency() |
CurrencyPair |
getCurrencyPair() |
String |
getDateTime() |
BigDecimal |
getFee() |
long |
getId() |
long |
getOrderId() |
BigDecimal |
getPrice() |
Order.OrderType |
getSide() |
CoinfloorUserTransaction.TransactionType |
getType() |
boolean |
isDeposit() |
boolean |
isTrade() |
boolean |
isWithdrawal() |
String |
toString() |
public String datetime
public long id
public long orderId
public CoinfloorUserTransaction.TransactionType type
public BigDecimal fee
public BigDecimal btc
public BigDecimal gbp
public BigDecimal usd
public BigDecimal eur
public BigDecimal eth
public BigDecimal ltc
public BigDecimal bch
public BigDecimal xrp
public BigDecimal btc_gbp
public BigDecimal btc_usd
public BigDecimal btc_eur
public BigDecimal bch_gbp
public BigDecimal eth_gbp
public BigDecimal xrp_gbp
public BigDecimal ltc_gbp
public CurrencyPair getCurrencyPair()
public BigDecimal getPrice()
public Currency getCurrency()
public BigDecimal getAmount()
public Order.OrderType getSide()
public boolean isDeposit()
public boolean isWithdrawal()
public boolean isTrade()
public CoinfloorUserTransaction.TransactionType getType()
public String getDateTime()
public long getId()
public long getOrderId()
public BigDecimal getFee()
Copyright © 2012–2018 Knowm Inc.. All rights reserved.