Uses of Enum
org.knowm.xchange.bitstamp.dto.trade.BitstampOrderStatus
Packages that use BitstampOrderStatus
-
Uses of BitstampOrderStatus in org.knowm.xchange.bitstamp
Methods in org.knowm.xchange.bitstamp with parameters of type BitstampOrderStatusModifier and TypeMethodDescriptionstatic Order.OrderStatus
BitstampAdapters.adaptOrderStatus
(BitstampOrderStatus bitstampOrderStatus) -
Uses of BitstampOrderStatus in org.knowm.xchange.bitstamp.dto.trade
Methods in org.knowm.xchange.bitstamp.dto.trade that return BitstampOrderStatusModifier and TypeMethodDescriptionstatic BitstampOrderStatus
BitstampOrderStatus.fromString
(String orderStatusString) BitstampOrderStatusResponse.getStatus()
static BitstampOrderStatus
Returns the enum constant of this type with the specified name.static BitstampOrderStatus[]
BitstampOrderStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.knowm.xchange.bitstamp.dto.trade with parameters of type BitstampOrderStatusModifierConstructorDescriptionBitstampOrderStatusResponse
(BitstampOrderStatus status, Long id, BitstampOrderTransaction[] transactions, String error)