Class CexIOOrder
java.lang.Object
org.knowm.xchange.cexio.dto.trade.CexIOOrder
Author: brox Since: 2/5/14
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionCexIOOrder
(long id, long time, CexIOOrder.Type type, BigDecimal price, BigDecimal amount, BigDecimal pending, String symbol1, String symbol2, String errorMessage) Constructor -
Method Summary
-
Constructor Details
-
CexIOOrder
public CexIOOrder(long id, long time, CexIOOrder.Type type, BigDecimal price, BigDecimal amount, BigDecimal pending, String symbol1, String symbol2, String errorMessage) Constructor- Parameters:
id
-time
-type
-price
-amount
-pending
-symbol1
-symbol2
-
-
-
Method Details