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 TypeClassDescriptionclassclassclass -
Uses of GateioBaseResponse in org.knowm.xchange.gateio.dto.marketdata
Subclasses of GateioBaseResponse in org.knowm.xchange.gateio.dto.marketdataModifier and TypeClassDescriptionclassclassData object representing depth from Bterclassclass -
Uses of GateioBaseResponse in org.knowm.xchange.gateio.dto.trade
Subclasses of GateioBaseResponse in org.knowm.xchange.gateio.dto.tradeModifier and TypeClassDescriptionclassCreated by David Henry on 2/19/14.classCreated by David Henry on 2/19/14.classclass -
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)