Class CexIOOrder
java.lang.Object
org.knowm.xchange.cexio.dto.trade.CexIOOrder
public class CexIOOrder extends Object
Author: brox Since: 2/5/14
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CexIOOrder.Type
-
Constructor Summary
Constructors Constructor Description CexIOOrder(long id, long time, CexIOOrder.Type type, BigDecimal price, BigDecimal amount, BigDecimal pending, String symbol1, String symbol2, String errorMessage)
Constructor -
Method Summary
Modifier and Type Method Description BigDecimal
getAmount()
String
getErrorMessage()
long
getId()
BigDecimal
getPending()
BigDecimal
getPrice()
String
getSymbol1()
String
getSymbol2()
long
getTime()
CexIOOrder.Type
getType()
String
toString()
-
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