Uses of Enum Class
org.knowm.xchange.bitcoinde.v4.dto.BitcoindeOrderState
Packages that use BitcoindeOrderState
Package
Description
-
Uses of BitcoindeOrderState in org.knowm.xchange.bitcoinde.v4
Methods in org.knowm.xchange.bitcoinde.v4 with parameters of type BitcoindeOrderStateModifier and TypeMethodDescriptionstatic Order.OrderStatusBitcoindeAdapters.adaptOrderStatus(BitcoindeOrderState state) -
Uses of BitcoindeOrderState in org.knowm.xchange.bitcoinde.v4.dto
Methods in org.knowm.xchange.bitcoinde.v4.dto that return BitcoindeOrderStateModifier and TypeMethodDescriptionstatic BitcoindeOrderStateBitcoindeOrderState.fromValue(int value) static BitcoindeOrderStateReturns the enum constant of this class with the specified name.static BitcoindeOrderState[]BitcoindeOrderState.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BitcoindeOrderState in org.knowm.xchange.bitcoinde.v4.dto.trade
Constructors in org.knowm.xchange.bitcoinde.v4.dto.trade with parameters of type BitcoindeOrderStateModifierConstructorDescriptionBitcoindeMyOrder(String orderId, CurrencyPair tradingPair, Boolean externalWalletOrder, BitcoindeType type, BigDecimal maxAmount, BigDecimal minAmount, BigDecimal price, BigDecimal maxVolume, BigDecimal minVolume, Date endDatetime, Boolean newOrderForRemainingAmount, BitcoindeOrderState state, BitcoindeOrderRequirements orderRequirements, Date createdAt) -
Uses of BitcoindeOrderState in org.knowm.xchange.bitcoinde.v4.service
Methods in org.knowm.xchange.bitcoinde.v4.service with parameters of type BitcoindeOrderStateModifier and TypeMethodDescriptionBitcoindeTradeServiceRaw.getBitcoindeMyOrders(CurrencyPair currencyPair, BitcoindeType type, BitcoindeOrderState state, Date start, Date end, Integer page) Constructors in org.knowm.xchange.bitcoinde.v4.service with parameters of type BitcoindeOrderState