Uses of Class
org.knowm.xchange.gateio.dto.GateioException
-
Uses of GateioException in org.knowm.xchange.gateio
Modifier and TypeMethodDescriptionGateioV4Authenticated.cancelOrder
(String apiKey, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, si.mazi.rescu.ParamsDigest signer, String orderId, String currencyPair) GateioV4Authenticated.createOrder
(String apiKey, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, si.mazi.rescu.ParamsDigest signer, GateioOrder gateioOrder) GateioV4Authenticated.getAccountBookRecords
(String apiKey, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, si.mazi.rescu.ParamsDigest signer, String currency, Long from, Long to, Integer pageLength, Integer pageNumber, String type) GateioV4Authenticated.getDepositAddress
(String apiKey, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, si.mazi.rescu.ParamsDigest signer, String currency) GateioV4Authenticated.getDeposits
(String apiKey, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, si.mazi.rescu.ParamsDigest signer, String currency, Long from, Long to, Integer pageLength, Integer zeroBasedPageNumber) GateioV4Authenticated.getOrder
(String apiKey, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, si.mazi.rescu.ParamsDigest signer, String orderId, String currencyPair) GateioV4Authenticated.getSavedAddresses
(String apiKey, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, si.mazi.rescu.ParamsDigest signer, String currency) GateioV4Authenticated.getSpotAccounts
(String apiKey, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, si.mazi.rescu.ParamsDigest signer, String currency) GateioV4Authenticated.getSubAccountTransfers
(String apiKey, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, si.mazi.rescu.ParamsDigest signer, String subAccountId, Long from, Long to, Integer pageLength, Integer zeroBasedPageNumber) GateioV4Authenticated.getTradingHistory
(String apiKey, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, si.mazi.rescu.ParamsDigest signer, String currencyPair, Integer pageLength, Integer pageNumber, String orderId, String account, Long from, Long to) GateioV4Authenticated.getWithdrawals
(String apiKey, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, si.mazi.rescu.ParamsDigest signer, String currency, Long from, Long to, Integer pageLength, Integer zeroBasedPageNumber) GateioV4Authenticated.getWithdrawStatus
(String apiKey, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, si.mazi.rescu.ParamsDigest signer, String currency) GateioV4Authenticated.listOrders
(String apiKey, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, si.mazi.rescu.ParamsDigest signer, String currencyPair, String status) GateioV4Authenticated.withdraw
(String apiKey, si.mazi.rescu.SynchronizedValueFactory<Long> timestamp, si.mazi.rescu.ParamsDigest signer, GateioWithdrawalRequest gateioWithdrawalRequest)