| Package | Description |
|---|---|
| org.knowm.xchange.bitcoinde | |
| org.knowm.xchange.bitcoinde.dto.marketdata |
| Modifier and Type | Method and Description |
|---|---|
static LimitOrder |
BitcoindeAdapters.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.
|
| Modifier and Type | Method and Description |
|---|---|
BitcoindeOrder[] |
BitcoindeOrders.getAsks() |
BitcoindeOrder[] |
BitcoindeOrders.getBids() |
| Constructor and Description |
|---|
BitcoindeOrders(BitcoindeOrder[] bids,
BitcoindeOrder[] asks) |
BitcoindeOrders(BitcoindeOrder[] bids,
BitcoindeOrder[] asks) |
Copyright © 2012–2018 Knowm Inc.. All rights reserved.