Uses of Enum
org.knowm.xchange.coindirect.dto.trade.CoindirectOrder.Status
Packages that use CoindirectOrder.Status
-
Uses of CoindirectOrder.Status in org.knowm.xchange.coindirect
Methods in org.knowm.xchange.coindirect with parameters of type CoindirectOrder.StatusModifier and TypeMethodDescriptionstatic Order.OrderStatus
CoindirectAdapters.adaptOrderStatus
(CoindirectOrder.Status orderStatus) -
Uses of CoindirectOrder.Status in org.knowm.xchange.coindirect.dto.trade
Fields in org.knowm.xchange.coindirect.dto.trade declared as CoindirectOrder.StatusMethods in org.knowm.xchange.coindirect.dto.trade that return CoindirectOrder.StatusModifier and TypeMethodDescriptionstatic CoindirectOrder.Status
Returns the enum constant of this type with the specified name.static CoindirectOrder.Status[]
CoindirectOrder.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.knowm.xchange.coindirect.dto.trade with parameters of type CoindirectOrder.StatusModifierConstructorDescriptionCoindirectOrder
(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)