Class CoinfloorUserTransaction
java.lang.Object
org.knowm.xchange.coinfloor.dto.trade.CoinfloorUserTransaction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
long
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
datetime
-
id
public long id -
orderId
public long orderId -
type
-
fee
-
btc
-
gbp
-
usd
-
eur
-
eth
-
ltc
-
bch
-
xrp
-
btc_gbp
-
btc_usd
-
btc_eur
-
bch_gbp
-
eth_gbp
-
xrp_gbp
-
ltc_gbp
-
-
Constructor Details
-
CoinfloorUserTransaction
public CoinfloorUserTransaction()
-
-
Method Details
-
getCurrencyPair
-
getPrice
-
getCurrency
-
getAmount
-
getSide
-
isDeposit
public boolean isDeposit() -
isWithdrawal
public boolean isWithdrawal() -
isTrade
public boolean isTrade() -
getType
-
getDateTime
-
getId
public long getId() -
getOrderId
public long getOrderId() -
getFee
-
toString
-