Uses of Class
org.knowm.xchange.bithumb.BithumbAdapters.OrderType
Package | Description |
---|---|
org.knowm.xchange.bithumb | |
org.knowm.xchange.bithumb.dto.account | |
org.knowm.xchange.bithumb.dto.marketdata |
-
Uses of BithumbAdapters.OrderType in org.knowm.xchange.bithumb
Methods in org.knowm.xchange.bithumb that return BithumbAdapters.OrderType Modifier and Type Method Description static BithumbAdapters.OrderType
BithumbAdapters.OrderType. valueOf(String name)
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.OrderType Modifier and Type Method Description BithumbAdapters.OrderType
BithumbOrder. getType()
BithumbAdapters.OrderType
BithumbOrderDetail. getType()
Constructors in org.knowm.xchange.bithumb.dto.account with parameters of type BithumbAdapters.OrderType Constructor Description BithumbOrder(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.OrderType Modifier and Type Method Description BithumbAdapters.OrderType
BithumbTransactionHistory. getType()
Constructors in org.knowm.xchange.bithumb.dto.marketdata with parameters of type BithumbAdapters.OrderType Constructor Description BithumbTransactionHistory(Date transactionDate, BithumbAdapters.OrderType type, BigDecimal unitsTraded, BigDecimal price, BigDecimal total)