| Package | Description |
|---|---|
| com.bitso |
| Modifier and Type | Method and Description |
|---|---|
static BitsoBook |
BitsoBook.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BitsoBook[] |
BitsoBook.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BitsoOpenOrders |
Bitso.getOpenOrders(BitsoBook book) |
OrderBook |
Bitso.getOrderBook(BitsoBook book) |
BitsoTicker |
Bitso.getTicker(BitsoBook book) |
BitsoTransactions |
Bitso.getTransactions(BitsoBook book) |
BitsoUserTransactions |
Bitso.getUserTransactions(BitsoBook book) |
BitsoUserTransactions |
Bitso.getUserTransactions(int offset,
int limit,
com.bitso.BitsoUserTransactions.SORT_ORDER sortOrder,
BitsoBook book) |
BookOrder |
Bitso.placeBuyLimitOrder(BigDecimal price,
BigDecimal amount,
BitsoBook book) |
BigDecimal |
Bitso.placeBuyMarketOrder(BigDecimal mxnAmountToSpend,
BitsoBook book) |
BookOrder |
Bitso.placeSellLimitOrder(BigDecimal price,
BigDecimal amount,
BitsoBook book) |
BigDecimal |
Bitso.placeSellMarketOrder(BigDecimal btcAmountToSpend,
BitsoBook book) |
| Constructor and Description |
|---|
BitsoOpenOrders(org.json.JSONArray obj,
BitsoBook book) |
BitsoUserTransactions(org.json.JSONArray a,
BitsoBook book) |
Copyright © 2017. All rights reserved.