Uses of Class
org.knowm.xchange.cexio.dto.trade.CexIOOrder.Type
-
Packages that use CexIOOrder.Type Package Description org.knowm.xchange.cexio.dto org.knowm.xchange.cexio.dto.trade -
-
Uses of CexIOOrder.Type in org.knowm.xchange.cexio.dto
Fields in org.knowm.xchange.cexio.dto declared as CexIOOrder.Type Modifier and Type Field Description CexIOOrder.Type
CexioPlaceOrderRequest. type
Constructors in org.knowm.xchange.cexio.dto with parameters of type CexIOOrder.Type Constructor Description CexioPlaceOrderRequest(CexIOOrder.Type type, BigDecimal price, BigDecimal amount, String orderType)
-
Uses of CexIOOrder.Type in org.knowm.xchange.cexio.dto.trade
Methods in org.knowm.xchange.cexio.dto.trade that return CexIOOrder.Type Modifier and Type Method Description CexIOOrder.Type
CexIOOrder. getType()
static CexIOOrder.Type
CexIOOrder.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static CexIOOrder.Type[]
CexIOOrder.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.knowm.xchange.cexio.dto.trade with parameters of type CexIOOrder.Type Constructor Description CexIOOrder(long id, long time, CexIOOrder.Type type, BigDecimal price, BigDecimal amount, BigDecimal pending, String symbol1, String symbol2, String errorMessage)
Constructor
-