View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window xchange-gatecoin-4.3.18.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.knowm.xchange.gatecoin.dto.trade
├─ org.knowm.xchange.gatecoin.dto.trade.GatecoinOrder.class - [JAR]
├─ org.knowm.xchange.gatecoin.dto.trade.GatecoinPlaceOrderRequest.class - [JAR]
├─ org.knowm.xchange.gatecoin.dto.trade.GatecoinTradeHistory.class - [JAR]
org.knowm.xchange.gatecoin.service
├─ org.knowm.xchange.gatecoin.service.GatecoinAccountService.class - [JAR]
├─ org.knowm.xchange.gatecoin.service.GatecoinAccountServiceRaw.class - [JAR]
├─ org.knowm.xchange.gatecoin.service.GatecoinBaseService.class - [JAR]
├─ org.knowm.xchange.gatecoin.service.GatecoinDigest.class - [JAR]
├─ org.knowm.xchange.gatecoin.service.GatecoinMarketDataService.class - [JAR]
├─ org.knowm.xchange.gatecoin.service.GatecoinMarketDataServiceRaw.class - [JAR]
├─ org.knowm.xchange.gatecoin.service.GatecoinTradeService.class - [JAR]
├─ org.knowm.xchange.gatecoin.service.GatecoinTradeServiceRaw.class - [JAR]
org.knowm.xchange.gatecoin.dto.marketdata.Results
├─ org.knowm.xchange.gatecoin.dto.marketdata.Results.GatecoinDepthResult.class - [JAR]
├─ org.knowm.xchange.gatecoin.dto.marketdata.Results.GatecoinTickerResult.class - [JAR]
├─ org.knowm.xchange.gatecoin.dto.marketdata.Results.GatecoinTransactionResult.class - [JAR]
org.knowm.xchange.gatecoin.dto
├─ org.knowm.xchange.gatecoin.dto.GatecoinException.class - [JAR]
├─ org.knowm.xchange.gatecoin.dto.GatecoinResult.class - [JAR]
org.knowm.xchange.gatecoin.dto.account.Results
├─ org.knowm.xchange.gatecoin.dto.account.Results.GatecoinBalanceResult.class - [JAR]
├─ org.knowm.xchange.gatecoin.dto.account.Results.GatecoinDepositAddressResult.class - [JAR]
├─ org.knowm.xchange.gatecoin.dto.account.Results.GatecoinWithdrawResult.class - [JAR]
org.knowm.xchange.gatecoin.dto.account
├─ org.knowm.xchange.gatecoin.dto.account.GatecoinBalance.class - [JAR]
├─ org.knowm.xchange.gatecoin.dto.account.GatecoinDepositAddress.class - [JAR]
org.knowm.xchange.gatecoin.dto.trade.Results
├─ org.knowm.xchange.gatecoin.dto.trade.Results.GatecoinCancelOrderResult.class - [JAR]
├─ org.knowm.xchange.gatecoin.dto.trade.Results.GatecoinOrderResult.class - [JAR]
├─ org.knowm.xchange.gatecoin.dto.trade.Results.GatecoinPlaceOrderResult.class - [JAR]
├─ org.knowm.xchange.gatecoin.dto.trade.Results.GatecoinTradeHistoryResult.class - [JAR]
org.knowm.xchange.gatecoin.dto.marketdata
├─ org.knowm.xchange.gatecoin.dto.marketdata.GatecoinDepth.class - [JAR]
├─ org.knowm.xchange.gatecoin.dto.marketdata.GatecoinTicker.class - [JAR]
├─ org.knowm.xchange.gatecoin.dto.marketdata.GatecoinTransaction.class - [JAR]
├─ org.knowm.xchange.gatecoin.dto.marketdata.Response.class - [JAR]
├─ org.knowm.xchange.gatecoin.dto.marketdata.ResponseStatus.class - [JAR]
org.knowm.xchange.gatecoin
├─ org.knowm.xchange.gatecoin.Gatecoin.class - [JAR]
├─ org.knowm.xchange.gatecoin.GatecoinAdapters.class - [JAR]
├─ org.knowm.xchange.gatecoin.GatecoinAuthenticated.class - [JAR]
├─ org.knowm.xchange.gatecoin.GatecoinExchange.class - [JAR]
├─ org.knowm.xchange.gatecoin.GatecoinUtils.class - [JAR]