Package | Description |
---|---|
com.xeiam.xchange.bitso | |
com.xeiam.xchange.bitso.service.polling |
Modifier and Type | Method and Description |
---|---|
BitsoOrder |
BitsoAuthenticated.buy(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
BigDecimal amount,
BigDecimal price) |
boolean |
BitsoAuthenticated.cancelOrder(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
String orderId) |
BitsoBalance |
BitsoAuthenticated.getBalance(String apiKey,
BitsoDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
BitsoDepositAddress |
BitsoAuthenticated.getBitcoinDepositAddress(String apiKey,
BitsoDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
BitsoOrder[] |
BitsoAuthenticated.getOpenOrders(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce) |
BitsoOrderBook |
Bitso.getOrderBook()
Returns "bids" and "asks".
|
BitsoTicker |
Bitso.getTicker() |
BitsoTransaction[] |
Bitso.getTransactions()
Returns descending list of transactions.
|
BitsoTransaction[] |
Bitso.getTransactions(String time)
Returns descending list of transactions.
|
BitsoUserTransaction[] |
BitsoAuthenticated.getUserTransactions(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
long numberOfTransactions) |
BitsoUserTransaction[] |
BitsoAuthenticated.getUserTransactions(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
long numberOfTransactions,
long offset,
String sort) |
BitsoOrder |
BitsoAuthenticated.sell(String apiKey,
si.mazi.rescu.ParamsDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
BigDecimal amount,
BigDecimal price) |
String |
BitsoAuthenticated.withdrawBitcoin(String apiKey,
BitsoDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
BigDecimal amount,
String address) |
String |
BitsoAuthenticated.withdrawToRipple(String apiKey,
BitsoDigest signer,
si.mazi.rescu.SynchronizedValueFactory<Long> nonce,
BigDecimal amount,
String currency,
String rippleAddress) |
Modifier and Type | Method and Description |
---|---|
boolean |
BitsoTradeService.cancelOrder(String orderId) |
OpenOrders |
BitsoTradeService.getOpenOrders() |
UserTrades |
BitsoTradeService.getTradeHistory(Object... args) |
String |
BitsoTradeService.placeLimitOrder(LimitOrder limitOrder) |
String |
BitsoTradeService.placeMarketOrder(MarketOrder marketOrder) |
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.