Uses of Enum
org.knowm.xchange.coindirect.dto.trade.CoindirectOrder.Type
Packages that use CoindirectOrder.Type
-
Uses of CoindirectOrder.Type in org.knowm.xchange.coindirect.dto.trade
Fields in org.knowm.xchange.coindirect.dto.trade declared as CoindirectOrder.TypeModifier and TypeFieldDescriptionfinal CoindirectOrder.Type
CoindirectOrder.type
CoindirectOrderRequest.type
Methods in org.knowm.xchange.coindirect.dto.trade that return CoindirectOrder.TypeModifier and TypeMethodDescriptionCoindirectOrderRequest.getType()
static CoindirectOrder.Type
Returns the enum constant of this type with the specified name.static CoindirectOrder.Type[]
CoindirectOrder.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.knowm.xchange.coindirect.dto.trade with parameters of type CoindirectOrder.TypeConstructors in org.knowm.xchange.coindirect.dto.trade with parameters of type CoindirectOrder.TypeModifierConstructorDescriptionCoindirectOrder
(String symbol, String uuid, BigDecimal amount, BigDecimal executedAmount, BigDecimal executedPrice, BigDecimal price, CoindirectOrder.Status status, CoindirectOrder.Side side, Date dateCreated, CoindirectOrder.Type type, BigDecimal executedFees) CoindirectOrderRequest
(String symbol, BigDecimal amount, BigDecimal price, CoindirectOrder.Type type, CoindirectOrder.Side side)