Uses of Class
org.knowm.xchange.coinfloor.dto.trade.CoinfloorOrder
Packages that use CoinfloorOrder
-
Uses of CoinfloorOrder in org.knowm.xchange.coinfloor
Methods in org.knowm.xchange.coinfloor that return CoinfloorOrderModifier and TypeMethodDescriptionCoinfloorAuthenticated.buy(Currency base, Currency counter, BigDecimal amount, BigDecimal price) CoinfloorAuthenticated.getOpenOrders(Currency base, Currency counter) CoinfloorAuthenticated.sell(Currency base, Currency counter, BigDecimal amount, BigDecimal price) Method parameters in org.knowm.xchange.coinfloor with type arguments of type CoinfloorOrderModifier and TypeMethodDescriptionstatic OpenOrdersCoinfloorAdapters.adaptOpenOrders(Collection<CoinfloorOrder> openOrders) -
Uses of CoinfloorOrder in org.knowm.xchange.coinfloor.service
Methods in org.knowm.xchange.coinfloor.service that return CoinfloorOrderModifier and TypeMethodDescriptionCoinfloorTradeServiceRaw.getOpenOrders(CurrencyPair pair) CoinfloorTradeServiceRaw.placeLimitOrder(CurrencyPair pair, Order.OrderType side, BigDecimal amount, BigDecimal price)