Uses of Class
org.knowm.xchange.bitcoinde.dto.marketdata.BitcoindeOrder
-
Packages that use BitcoindeOrder Package Description org.knowm.xchange.bitcoinde org.knowm.xchange.bitcoinde.dto.marketdata -
-
Uses of BitcoindeOrder in org.knowm.xchange.bitcoinde
Methods in org.knowm.xchange.bitcoinde with parameters of type BitcoindeOrder Modifier and Type Method Description static LimitOrderBitcoindeAdapters. createOrder(CurrencyPair currencyPair, BitcoindeOrder bitcoindeOrder, Order.OrderType orderType, String orderId, Date timeStamp)Create an individual order.static List<LimitOrder>BitcoindeAdapters. createOrders(CurrencyPair currencyPair, Order.OrderType orderType, BitcoindeOrder[] orders)Create a list of orders from a list of asks or bids. -
Uses of BitcoindeOrder in org.knowm.xchange.bitcoinde.dto.marketdata
Methods in org.knowm.xchange.bitcoinde.dto.marketdata that return BitcoindeOrder Modifier and Type Method Description BitcoindeOrder[]BitcoindeOrders. getAsks()BitcoindeOrder[]BitcoindeOrders. getBids()Constructors in org.knowm.xchange.bitcoinde.dto.marketdata with parameters of type BitcoindeOrder Constructor Description BitcoindeOrders(BitcoindeOrder[] bids, BitcoindeOrder[] asks)
-