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 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(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)
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)
-
Uses of BitsoException in org.knowm.xchange.bitso.service
Methods in org.knowm.xchange.bitso.service that throw BitsoException Modifier and Type Method Description boolean
BitsoTradeService. cancelOrder(String orderId)
OpenOrders
BitsoTradeService. getOpenOrders()
String
BitsoTradeService. placeLimitOrder(LimitOrder limitOrder)
String
BitsoTradeService. placeMarketOrder(MarketOrder marketOrder)
-