All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
ArrayList<BookInfo> |
availableBooks() |
BitsoWithdrawal |
bitcoinWithdrawal(BigDecimal amount,
String address) |
String[] |
cancelOrder(String... orders) |
BitsoWithdrawal |
debitCardWithdrawal(BigDecimal amount,
String recipientGivenNames,
String recipientFamilyNames,
String cardNumber,
String bankCode) |
BitsoWithdrawal |
etherWithdrawal(BigDecimal amount,
String address) |
Map<String,String> |
fundingDestination(String fundCurrency) |
Map<String,String> |
getBanks() |
String |
getDepositAddress() |
BitsoOrder[] |
getOpenOrders() |
BitsoOrderBook |
getOrderBook(BitsoBook book,
boolean... aggregate) |
BitsoTicker |
getTicker(BitsoBook book) |
BitsoTransactions |
getTransactions(BitsoBook book) |
BitsoTransfer |
getTransferStatus(String transferId) |
BitsoBalance |
getUserAccountBalance() |
BitsoAccountStatus |
getUserAccountStatus() |
BitsoFee |
getUserFees() |
BitsoFunding[] |
getUserFundings(String... fundingsIds) |
BitsoOperation[] |
getUserLedger(String specificOperation) |
BitsoTrade[] |
getUserTrades(String... tradesIds) |
BitsoWithdrawal[] |
getUserWithdrawals(String... withdrawalsIds) |
BitsoOrder[] |
lookupOrders(String... ordersId) |
BitsoWithdrawal |
phoneWithdrawal(BigDecimal amount,
String recipientGivenNames,
String recipientFamilyNames,
String phoneNumber,
String bankCode) |
String |
placeOrder(BitsoBook book,
BitsoOrder.SIDE side,
BitsoOrder.TYPE type,
BigDecimal major,
BigDecimal minor,
BigDecimal price) |
void |
setLog(boolean log) |
BitsoWithdrawal |
speiWithdrawal(BigDecimal amount,
String recipientGivenNames,
String recipientFamilyNames,
String clabe,
String notesReference,
String numericReference) |