Uses of Enum
org.knowm.xchange.bithumb.BithumbAdapters.OrderType
Packages that use BithumbAdapters.OrderType
Package
Description
-
Uses of BithumbAdapters.OrderType in org.knowm.xchange.bithumb
Methods in org.knowm.xchange.bithumb that return BithumbAdapters.OrderTypeModifier and TypeMethodDescriptionstatic BithumbAdapters.OrderType
Returns the enum constant of this type with the specified name.static BithumbAdapters.OrderType[]
BithumbAdapters.OrderType.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BithumbAdapters.OrderType in org.knowm.xchange.bithumb.dto.account
Methods in org.knowm.xchange.bithumb.dto.account that return BithumbAdapters.OrderTypeConstructors in org.knowm.xchange.bithumb.dto.account with parameters of type BithumbAdapters.OrderTypeModifierConstructorDescriptionBithumbOrder
(String orderCurrency, String paymentCurrency, String orderId, Long orderDate, BithumbAdapters.OrderType type, BigDecimal units, BigDecimal unitsRemaining, BigDecimal price) BithumbOrderDetail
(Long orderDate, BithumbAdapters.OrderType type, String orderStatus, String orderCurrency, String paymentCurrency, BigDecimal orderPrice, BigDecimal orderQty, Long cancelDate, String cancelType, List<BithumbOrderDetail.Contract> contract) -
Uses of BithumbAdapters.OrderType in org.knowm.xchange.bithumb.dto.marketdata
Methods in org.knowm.xchange.bithumb.dto.marketdata that return BithumbAdapters.OrderTypeConstructors in org.knowm.xchange.bithumb.dto.marketdata with parameters of type BithumbAdapters.OrderTypeModifierConstructorDescriptionBithumbTransactionHistory
(Date transactionDate, BithumbAdapters.OrderType type, BigDecimal unitsTraded, BigDecimal price, BigDecimal total)