jar

com.xeiam.xchange : xchange-mtgox

Maven & Gradle

Nov 14, 2013
2 usages

XChange MtGox · XChange implementations for the MtGox Exchange.

Table Of Contents

Latest Version

Download com.xeiam.xchange : xchange-mtgox JAR file - Latest Versions:

All Versions

Download com.xeiam.xchange : xchange-mtgox JAR file - All Versions:

Version Vulnerabilities Size Updated
1.10.x
1.9.x
1.8.x
1.7.x
1.6.x
1.5.x
1.4.x
1.3.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window xchange-mtgox-1.10.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.xeiam.xchange.mtgox.v0.service.marketdata.polling

├─ com.xeiam.xchange.mtgox.v0.service.marketdata.polling.MtGoxPollingMarketDataService.class - [JAR]

com.xeiam.xchange.mtgox.v2.service.polling

├─ com.xeiam.xchange.mtgox.v2.service.polling.MtGoxPollingAccountService.class - [JAR]

├─ com.xeiam.xchange.mtgox.v2.service.polling.MtGoxPollingMarketDataService.class - [JAR]

├─ com.xeiam.xchange.mtgox.v2.service.polling.MtGoxPollingTradeService.class - [JAR]

com.xeiam.xchange.mtgox.v1.dto.marketdata

├─ com.xeiam.xchange.mtgox.v1.dto.marketdata.MtGoxDepth.class - [JAR]

├─ com.xeiam.xchange.mtgox.v1.dto.marketdata.MtGoxDepthUpdate.class - [JAR]

├─ com.xeiam.xchange.mtgox.v1.dto.marketdata.MtGoxOrder.class - [JAR]

├─ com.xeiam.xchange.mtgox.v1.dto.marketdata.MtGoxTicker.class - [JAR]

├─ com.xeiam.xchange.mtgox.v1.dto.marketdata.MtGoxTrade.class - [JAR]

com.xeiam.xchange.mtgox.v1.dto.account

├─ com.xeiam.xchange.mtgox.v1.dto.account.MtGoxAccountInfo.class - [JAR]

├─ com.xeiam.xchange.mtgox.v1.dto.account.MtGoxBitcoinDepositAddress.class - [JAR]

├─ com.xeiam.xchange.mtgox.v1.dto.account.MtGoxWithdrawalResponse.class - [JAR]

com.xeiam.xchange.mtgox.v2.service.streaming

├─ com.xeiam.xchange.mtgox.v2.service.streaming.MtGoxExchangeEventListener.class - [JAR]

├─ com.xeiam.xchange.mtgox.v2.service.streaming.MtGoxStreamingConfiguration.class - [JAR]

├─ com.xeiam.xchange.mtgox.v2.service.streaming.MtGoxWebsocketService.class - [JAR]

├─ com.xeiam.xchange.mtgox.v2.service.streaming.SocketMessageFactory.class - [JAR]

com.xeiam.xchange.mtgox.v0.dto.trade

├─ com.xeiam.xchange.mtgox.v0.dto.trade.MtGoxCancelOrder.class - [JAR]

├─ com.xeiam.xchange.mtgox.v0.dto.trade.MtGoxOrders.class - [JAR]

com.xeiam.xchange.mtgox.v2.dto.marketdata

├─ com.xeiam.xchange.mtgox.v2.dto.marketdata.MtGoxDepth.class - [JAR]

├─ com.xeiam.xchange.mtgox.v2.dto.marketdata.MtGoxDepthUpdate.class - [JAR]

├─ com.xeiam.xchange.mtgox.v2.dto.marketdata.MtGoxDepthWrapper.class - [JAR]

├─ com.xeiam.xchange.mtgox.v2.dto.marketdata.MtGoxOrder.class - [JAR]

├─ com.xeiam.xchange.mtgox.v2.dto.marketdata.MtGoxTicker.class - [JAR]

├─ com.xeiam.xchange.mtgox.v2.dto.marketdata.MtGoxTickerWrapper.class - [JAR]

├─ com.xeiam.xchange.mtgox.v2.dto.marketdata.MtGoxTrade.class - [JAR]

├─ com.xeiam.xchange.mtgox.v2.dto.marketdata.MtGoxTradesWrapper.class - [JAR]

com.xeiam.xchange.mtgox.v2.dto

├─ com.xeiam.xchange.mtgox.v2.dto.MtGoxException.class - [JAR]

├─ com.xeiam.xchange.mtgox.v2.dto.MtGoxValue.class - [JAR]

com.xeiam.xchange.mtgox.v2.dto.trade.polling

├─ com.xeiam.xchange.mtgox.v2.dto.trade.polling.MtGoxGenericResponse.class - [JAR]

├─ com.xeiam.xchange.mtgox.v2.dto.trade.polling.MtGoxLag.class - [JAR]

├─ com.xeiam.xchange.mtgox.v2.dto.trade.polling.MtGoxLagWrapper.class - [JAR]

├─ com.xeiam.xchange.mtgox.v2.dto.trade.polling.MtGoxOpenOrder.class - [JAR]

├─ com.xeiam.xchange.mtgox.v2.dto.trade.polling.MtGoxOpenOrderWrapper.class - [JAR]

├─ com.xeiam.xchange.mtgox.v2.dto.trade.polling.MtGoxOrderResult.class - [JAR]

├─ com.xeiam.xchange.mtgox.v2.dto.trade.polling.MtGoxOrderResultTrade.class - [JAR]

├─ com.xeiam.xchange.mtgox.v2.dto.trade.polling.MtGoxOrderResultWrapper.class - [JAR]

com.xeiam.xchange.mtgox.v1.service.trade.polling

├─ com.xeiam.xchange.mtgox.v1.service.trade.polling.MtGoxPollingTradeService.class - [JAR]

com.xeiam.xchange.mtgox.v1.service.account

├─ com.xeiam.xchange.mtgox.v1.service.account.MtGoxPollingAccountService.class - [JAR]

com.xeiam.xchange.mtgox.v1.service.marketdata.streaming

├─ com.xeiam.xchange.mtgox.v1.service.marketdata.streaming.MtGoxExchangeEventListener.class - [JAR]

├─ com.xeiam.xchange.mtgox.v1.service.marketdata.streaming.MtGoxStreamingConfiguration.class - [JAR]

├─ com.xeiam.xchange.mtgox.v1.service.marketdata.streaming.MtGoxWebsocketMarketDataService.class - [JAR]

com.xeiam.xchange.mtgox.v1.service.marketdata.polling

├─ com.xeiam.xchange.mtgox.v1.service.marketdata.polling.MtGoxPollingMarketDataService.class - [JAR]

com.xeiam.xchange.mtgox.v2.dto.trade.streaming

├─ com.xeiam.xchange.mtgox.v2.dto.trade.streaming.MtGoxOrderCanceled.class - [JAR]

├─ com.xeiam.xchange.mtgox.v2.dto.trade.streaming.MtGoxTradeLag.class - [JAR]

com.xeiam.xchange.mtgox.v2.service

├─ com.xeiam.xchange.mtgox.v2.service.MtGoxV2Digest.class - [JAR]

com.xeiam.xchange.mtgox.v0

├─ com.xeiam.xchange.mtgox.v0.MtGoxAdapters.class - [JAR]

├─ com.xeiam.xchange.mtgox.v0.MtGoxExchange.class - [JAR]

├─ com.xeiam.xchange.mtgox.v0.MtGoxV0.class - [JAR]

com.xeiam.xchange.mtgox.v1

├─ com.xeiam.xchange.mtgox.v1.MtGoxAdapters.class - [JAR]

├─ com.xeiam.xchange.mtgox.v1.MtGoxExchange.class - [JAR]

├─ com.xeiam.xchange.mtgox.v1.MtGoxV1.class - [JAR]

com.xeiam.xchange.mtgox.v0.dto.marketdata

├─ com.xeiam.xchange.mtgox.v0.dto.marketdata.MtGoxDepth.class - [JAR]

├─ com.xeiam.xchange.mtgox.v0.dto.marketdata.MtGoxTicker.class - [JAR]

├─ com.xeiam.xchange.mtgox.v0.dto.marketdata.MtGoxTrades.class - [JAR]

├─ com.xeiam.xchange.mtgox.v0.dto.marketdata.Ticker.class - [JAR]

com.xeiam.xchange.mtgox.v2

├─ com.xeiam.xchange.mtgox.v2.MtGoxAdapters.class - [JAR]

├─ com.xeiam.xchange.mtgox.v2.MtGoxExchange.class - [JAR]

├─ com.xeiam.xchange.mtgox.v2.MtGoxV2.class - [JAR]

com.xeiam.xchange.mtgox

├─ com.xeiam.xchange.mtgox.MtGoxUtils.class - [JAR]

com.xeiam.xchange.mtgox.v1.dto

├─ com.xeiam.xchange.mtgox.v1.dto.MtGoxValue.class - [JAR]

com.xeiam.xchange.mtgox.v2.dto.account.streaming

├─ com.xeiam.xchange.mtgox.v2.dto.account.streaming.MtGoxWalletUpdate.class - [JAR]

com.xeiam.xchange.mtgox.v1.dto.trade

├─ com.xeiam.xchange.mtgox.v1.dto.trade.MtGoxGenericResponse.class - [JAR]

├─ com.xeiam.xchange.mtgox.v1.dto.trade.MtGoxOpenOrder.class - [JAR]

├─ com.xeiam.xchange.mtgox.v1.dto.trade.MtGoxWallet.class - [JAR]

├─ com.xeiam.xchange.mtgox.v1.dto.trade.Wallets.class - [JAR]

com.xeiam.xchange.mtgox.v2.dto.account.polling

├─ com.xeiam.xchange.mtgox.v2.dto.account.polling.MtGoxAccountInfo.class - [JAR]

├─ com.xeiam.xchange.mtgox.v2.dto.account.polling.MtGoxAccountInfoWrapper.class - [JAR]

├─ com.xeiam.xchange.mtgox.v2.dto.account.polling.MtGoxBitcoinDepositAddress.class - [JAR]

├─ com.xeiam.xchange.mtgox.v2.dto.account.polling.MtGoxBitcoinDepositAddressWrapper.class - [JAR]

├─ com.xeiam.xchange.mtgox.v2.dto.account.polling.MtGoxWallet.class - [JAR]

├─ com.xeiam.xchange.mtgox.v2.dto.account.polling.MtGoxWalletHistory.class - [JAR]

├─ com.xeiam.xchange.mtgox.v2.dto.account.polling.MtGoxWalletHistoryEntry.class - [JAR]

├─ com.xeiam.xchange.mtgox.v2.dto.account.polling.MtGoxWalletHistoryWrapper.class - [JAR]

├─ com.xeiam.xchange.mtgox.v2.dto.account.polling.MtGoxWithdrawalResponse.class - [JAR]

├─ com.xeiam.xchange.mtgox.v2.dto.account.polling.MtGoxWithdrawalResponseWrapper.class - [JAR]

├─ com.xeiam.xchange.mtgox.v2.dto.account.polling.Wallets.class - [JAR]

Advertisement