Class CexIOTransaction
java.lang.Object
org.knowm.xchange.cexio.dto.trade.CexIOTransaction
-
Constructor Summary
ConstructorDescriptionCexIOTransaction
(String id, String d, String c, BigDecimal a, BigDecimal ds, BigDecimal cs, String user, String symbol, String symbol1, String symbol2, BigDecimal amount, Long order, Long buy, Long sell, BigDecimal price, String type, Date time, BigDecimal balance, BigDecimal feeAmount, String pair, String pos) -
Method Summary
-
Constructor Details
-
CexIOTransaction
public CexIOTransaction(String id, String d, String c, BigDecimal a, BigDecimal ds, BigDecimal cs, String user, String symbol, String symbol1, String symbol2, BigDecimal amount, Long order, Long buy, Long sell, BigDecimal price, String type, Date time, BigDecimal balance, BigDecimal feeAmount, String pair, String pos)
-
-
Method Details
-
getId
-
getD
-
getC
-
getA
-
getDs
-
getCs
-
getUser
-
getSymbol
-
getSymbol1
-
getSymbol2
-
getAmount
-
getBuy
-
getOrder
-
getSell
-
getPrice
-
getType
-
getTime
-
getBalance
-
getFeeAmount
-
getPair
-
getPos
-
equals
-
hashCode
public int hashCode() -
toString
-