Uses of Class
org.knowm.xchange.gateio.dto.GateioBaseResponse
Packages that use GateioBaseResponse
Package
Description
-
Uses of GateioBaseResponse in org.knowm.xchange.gateio
Methods in org.knowm.xchange.gateio that return GateioBaseResponseModifier and TypeMethodDescriptionGateioAuthenticated.cancelAllOrders
(String type, String currencyPair, String apiKey, si.mazi.rescu.ParamsDigest signer) GateioAuthenticated.cancelOrder
(String orderNumber, String currencyPair, String apiKey, si.mazi.rescu.ParamsDigest signer) GateioAuthenticated.withdraw
(String apiKey, si.mazi.rescu.ParamsDigest signer, String currency, BigDecimal amount, String address) -
Uses of GateioBaseResponse in org.knowm.xchange.gateio.dto.account
Subclasses of GateioBaseResponse in org.knowm.xchange.gateio.dto.accountModifier and TypeClassDescriptionclass
class
class
-
Uses of GateioBaseResponse in org.knowm.xchange.gateio.dto.marketdata
Subclasses of GateioBaseResponse in org.knowm.xchange.gateio.dto.marketdataModifier and TypeClassDescriptionclass
class
Data object representing depth from Bterclass
class
-
Uses of GateioBaseResponse in org.knowm.xchange.gateio.dto.trade
Subclasses of GateioBaseResponse in org.knowm.xchange.gateio.dto.tradeModifier and TypeClassDescriptionclass
Created by David Henry on 2/19/14.class
Created by David Henry on 2/19/14.class
class
-
Uses of GateioBaseResponse in org.knowm.xchange.gateio.service
Methods in org.knowm.xchange.gateio.service with type parameters of type GateioBaseResponseModifier and TypeMethodDescriptionprotected <R extends GateioBaseResponse>
RGateioBaseService.handleResponse
(R response)