Uses of Class
org.knowm.xchange.therock.dto.TheRockException
Packages that use TheRockException
-
Uses of TheRockException in org.knowm.xchange.therock
Methods in org.knowm.xchange.therock that throw TheRockExceptionModifier and TypeMethodDescriptionTheRockAuthenticated.balance(String publicKey, TheRockDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory, String currency) TheRockAuthenticated.balances(String publicKey, TheRockDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory) TheRockAuthenticated.cancelOrder(TheRock.Pair currencyPair, Long orderId, String publicKey, TheRockDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory) TheRock.getOrderbook(TheRock.Pair currencyPair) TheRock.getTicker(TheRock.Pair currencyPair) TheRockAuthenticated.orders(TheRock.Pair currencyPair, String publicKey, TheRockDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory) TheRockAuthenticated.orders(TheRock.Pair currencyPair, String publicKey, TheRockDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory, Date after, Date before, String status, TheRockOrder.Side side, Long positionId, int page) TheRockAuthenticated.placeOrder(TheRock.Pair currencyPair, String publicKey, TheRockDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory, TheRockOrder order) TheRockAuthenticatedV0.placeOrder(String publicKey, TheRockDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory, TheRockOrder order) TheRockAuthenticated.showOrder(TheRock.Pair currencyPair, Long orderId, String publicKey, TheRockDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory) TheRockAuthenticated.trades(TheRock.Pair currencyPair, String publicKey, TheRockDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory, Long sinceTradeId, Date after, Date before, int perPage, int page) TheRockAuthenticated.transactions(String publicKey, TheRockDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory, String type, Date after, Date before, String currency, Integer page) TheRockAuthenticated.withdraw(String publicKey, TheRockDigest signer, si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory, TheRockWithdrawal withdrawal) -
Uses of TheRockException in org.knowm.xchange.therock.service
Methods in org.knowm.xchange.therock.service that throw TheRockExceptionModifier and TypeMethodDescriptionTheRockAccountServiceRaw.balances()TheRockTradeServiceRaw.cancelTheRockOrder(CurrencyPair currencyPair, Long orderId) TheRockMarketDataServiceRaw.getTheRockOrderBook(TheRock.Pair currencyPair) TheRockTradeServiceRaw.getTheRockOrders(CurrencyPair currencyPair) TheRockTradeServiceRaw.getTheRockOrders(CurrencyPair currencyPair, Date after, Date before, String status, TheRockOrder.Side side, Long positionId, int page) TheRockMarketDataServiceRaw.getTheRockTicker(TheRock.Pair currencyPair) TheRockTradeServiceRaw.showTheRockOrder(CurrencyPair currencyPair, Long orderId) TheRockAccountServiceRaw.withdrawDefault(Currency currency, BigDecimal amount, String destinationAddress) Withdraw using the default methodTheRockAccountServiceRaw.withdrawRipple(Currency currency, BigDecimal amount, String destinationAddress, Long destinationTag) Withdraw to Ripple