Uses of Enum Class
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.OrderStatusBitstampAdapters.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 BitstampOrderStatusBitstampOrderStatus.fromString(String orderStatusString) BitstampOrderStatusResponse.getStatus()static BitstampOrderStatusReturns the enum constant of this class with the specified name.static BitstampOrderStatus[]BitstampOrderStatus.values()Returns an array containing the constants of this enum class, 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)