Uses of Class
org.knowm.xchange.btcmarkets.dto.BTCMarketsException
Packages that use BTCMarketsException
Package
Description
-
Uses of BTCMarketsException in org.knowm.xchange.btcmarkets
Methods in org.knowm.xchange.btcmarkets that throw BTCMarketsExceptionModifier and TypeMethodDescriptionBTCMarketsAuthenticated.cancelOrder
(String publicKey, si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory, BTCMarketsDigest signer, BTCMarketsCancelOrderRequest request) BTCMarketsAuthenticated.fundtransferHistory
(String publicKey, si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory, BTCMarketsDigest signer) BTCMarketsAuthenticated.getBalance
(String publicKey, si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory, BTCMarketsDigest signer) BTCMarketsAuthenticated.getOpenOrders
(String publicKey, si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory, BTCMarketsDigest signer, BTCMarketsOpenOrdersRequest request) BTCMarketsAuthenticated.getOrderDetails
(String publicKey, si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory, BTCMarketsDigest signer, BTCMarketsOrderDetailsRequest request) BTCMarketsAuthenticated.withdrawCrypto
(String publicKey, si.mazi.rescu.SynchronizedValueFactory<Long> nonceFactory, BTCMarketsDigest signer, BTCMarketsWithdrawCryptoRequest request) -
Uses of BTCMarketsException in org.knowm.xchange.btcmarkets.dto
Methods in org.knowm.xchange.btcmarkets.dto that return types with arguments of type BTCMarketsExceptionConstructor parameters in org.knowm.xchange.btcmarkets.dto with type arguments of type BTCMarketsExceptionModifierConstructorDescriptionBTCMarketsException
(Boolean success, String errorMessage, Integer errorCode, String clientRequestId, Long id, List<BTCMarketsException> responses) -
Uses of BTCMarketsException in org.knowm.xchange.btcmarkets.dto.trade
Constructor parameters in org.knowm.xchange.btcmarkets.dto.trade with type arguments of type BTCMarketsExceptionModifierConstructorDescriptionBTCMarketsCancelOrderResponse
(Boolean success, String errorMessage, Integer errorCode, List<BTCMarketsException> responses) -
Uses of BTCMarketsException in org.knowm.xchange.btcmarkets.service
Methods in org.knowm.xchange.btcmarkets.service that throw BTCMarketsExceptionModifier and TypeMethodDescriptionboolean
BTCMarketsTradeService.cancelOrder
(String orderId) BTCMarketsTradeService.getOpenOrders()
BTCMarketsTradeService.placeLimitOrder
(LimitOrder order) BTCMarketsTradeService.placeMarketOrder
(MarketOrder order)