| Package | Description |
|---|---|
| com.bitso | |
| com.bitso.exchange |
| Modifier and Type | Field and Description |
|---|---|
ArrayList<BookOrder> |
BitsoUserTransactions.list
Deprecated.
use
BitsoUserTransactions.trades instead. |
ArrayList<BookOrder> |
BitsoOpenOrders.list |
ArrayList<BookOrder> |
BitsoLookupOrders.list |
ArrayList<BookOrder> |
BitsoUserTransactions.trades |
| Modifier and Type | Method and Description |
|---|---|
BookOrder |
Bitso.findMatchingOrders(org.json.JSONObject o) |
BookOrder |
Bitso.findMatchingOrders(String id) |
BookOrder |
Bitso.placeBuyLimitOrder(BigDecimal price,
BigDecimal amount) |
BookOrder |
Bitso.placeBuyLimitOrder(BigDecimal price,
BigDecimal amount,
BitsoBook book) |
BookOrder |
Bitso.placeSellLimitOrder(BigDecimal price,
BigDecimal amount) |
BookOrder |
Bitso.placeSellLimitOrder(BigDecimal price,
BigDecimal amount,
BitsoBook book) |
static BookOrder |
Bitso.processBookOrderJSON(String json) |
| Modifier and Type | Field and Description |
|---|---|
ArrayList<BookOrder> |
OrderBook.asks |
ArrayList<BookOrder> |
OrderBook.bids |
| Modifier and Type | Method and Description |
|---|---|
BookOrder |
OrderBook.getHighestBid() |
BookOrder |
OrderBook.getLowestAsk() |
| Modifier and Type | Method and Description |
|---|---|
int |
BookOrder.compareTo(BookOrder o) |
Copyright © 2017. All rights reserved.