Uses of Enum
org.knowm.xchange.cexio.dto.trade.CexIOOrder.Type
Packages that use CexIOOrder.Type
-
Uses of CexIOOrder.Type in org.knowm.xchange.cexio.dto
Fields in org.knowm.xchange.cexio.dto declared as CexIOOrder.TypeConstructors in org.knowm.xchange.cexio.dto with parameters of type CexIOOrder.TypeModifierConstructorDescriptionCexioPlaceOrderRequest
(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.TypeModifier and TypeMethodDescriptionCexIOOrder.getType()
static CexIOOrder.Type
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.TypeModifierConstructorDescriptionCexIOOrder
(long id, long time, CexIOOrder.Type type, BigDecimal price, BigDecimal amount, BigDecimal pending, String symbol1, String symbol2, String errorMessage) Constructor