Uses of Class
org.knowm.xchange.ccex.dto.marketdata.CCEXBuySellData
Packages that use CCEXBuySellData
-
Uses of CCEXBuySellData in org.knowm.xchange.ccex
Methods in org.knowm.xchange.ccex with parameters of type CCEXBuySellDataModifier and TypeMethodDescriptionstatic LimitOrder
CCEXAdapters.createOrder
(CurrencyPair currencyPair, CCEXBuySellData priceAndAmount, Order.OrderType orderType) Method parameters in org.knowm.xchange.ccex with type arguments of type CCEXBuySellDataModifier and TypeMethodDescriptionstatic List<LimitOrder>
CCEXAdapters.createOrders
(CurrencyPair currencyPair, Order.OrderType orderType, List<CCEXBuySellData> orders) -
Uses of CCEXBuySellData in org.knowm.xchange.ccex.dto.marketdata
Methods in org.knowm.xchange.ccex.dto.marketdata that return types with arguments of type CCEXBuySellDataModifier and TypeMethodDescriptionCCEXGetorderbook.getAsks()
(price, amount)CCEXGetorderbook.getBids()
(price, amount)CCEXBuySellResult.getBuy()
CCEXBuySellResult.getSell()
Constructor parameters in org.knowm.xchange.ccex.dto.marketdata with type arguments of type CCEXBuySellDataModifierConstructorDescriptionCCEXBuySellResult
(List<CCEXBuySellData> buy, List<CCEXBuySellData> sell)