Uses of Class
org.knowm.xchange.bitso.dto.BitsoException
-
Packages that use BitsoException Package Description org.knowm.xchange.bitso org.knowm.xchange.bitso.service -
-
Uses of BitsoException in org.knowm.xchange.bitso
Methods in org.knowm.xchange.bitso that throw BitsoException Modifier and Type Method Description BitsoOrderBitsoAuthenticated. buy(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, BigDecimal amount, BigDecimal price)booleanBitsoAuthenticated. cancelOrder(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, String orderId)BitsoBalanceBitsoAuthenticated. getBalance(String apiKey, BitsoDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce)BitsoDepositAddressBitsoAuthenticated. 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)BitsoOrderBookBitso. getOrderBook()Returns "bids" and "asks".BitsoTickerBitso. getTicker(String currency)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)BitsoOrderBitsoAuthenticated. sell(String apiKey, si.mazi.rescu.ParamsDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, BigDecimal amount, BigDecimal price)StringBitsoAuthenticated. withdrawBitcoin(String apiKey, BitsoDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, BigDecimal amount, String address)StringBitsoAuthenticated. withdrawToRipple(String apiKey, BitsoDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonce, BigDecimal amount, String currency, String rippleAddress) -
Uses of BitsoException in org.knowm.xchange.bitso.service
Methods in org.knowm.xchange.bitso.service that throw BitsoException Modifier and Type Method Description booleanBitsoTradeService. cancelOrder(String orderId)OpenOrdersBitsoTradeService. getOpenOrders()StringBitsoTradeService. placeLimitOrder(LimitOrder limitOrder)StringBitsoTradeService. placeMarketOrder(MarketOrder marketOrder)
-