jar

org.knowm.xchange : xchange-bitmex

Maven & Gradle

Dec 24, 2022
2 usages
3.6k stars

XChange BitMex · XChange implementations for the BitMex Exchange.

Table Of Contents

Latest Version

Download org.knowm.xchange : xchange-bitmex JAR file - Latest Versions:

All Versions

Download org.knowm.xchange : xchange-bitmex JAR file - All Versions:

Version Vulnerabilities Size Updated
5.1.x
5.0.x
4.4.x
4.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-bitmex-5.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.knowm.xchange.bitmex.dto

├─ org.knowm.xchange.bitmex.dto.BitmexDecimalDeserializer.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.BitmexResult.class - [JAR]

org.knowm.xchange.bitmex.dto.trade

├─ org.knowm.xchange.bitmex.dto.trade.BitmexCancelAll.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.trade.BitmexContingencyType.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.trade.BitmexExecutionInstruction.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.trade.BitmexOrder.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.trade.BitmexOrderDescription.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.trade.BitmexOrderFlags.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.trade.BitmexOrderResponse.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.trade.BitmexOrderStatus.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.trade.BitmexOrderType.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.trade.BitmexOrderTypeDescription.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.trade.BitmexPegPriceType.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.trade.BitmexPlaceOrderParameters.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.trade.BitmexPosition.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.trade.BitmexPositionList.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.trade.BitmexPrivateExecution.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.trade.BitmexReplaceOrderParameters.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.trade.BitmexSide.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.trade.BitmexTickDirection.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.trade.BitmexTimeInForce.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.trade.BitmexTrade.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.trade.PlaceOrderCommand.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.trade.ReplaceOrderCommand.class - [JAR]

org.knowm.xchange.bitmex.service

├─ org.knowm.xchange.bitmex.service.BitmexAccountService.class - [JAR]

├─ org.knowm.xchange.bitmex.service.BitmexAccountServiceRaw.class - [JAR]

├─ org.knowm.xchange.bitmex.service.BitmexBaseService.class - [JAR]

├─ org.knowm.xchange.bitmex.service.BitmexDigest.class - [JAR]

├─ org.knowm.xchange.bitmex.service.BitmexMarketDataService.class - [JAR]

├─ org.knowm.xchange.bitmex.service.BitmexMarketDataServiceRaw.class - [JAR]

├─ org.knowm.xchange.bitmex.service.BitmexTradeHistoryParams.class - [JAR]

├─ org.knowm.xchange.bitmex.service.BitmexTradeService.class - [JAR]

├─ org.knowm.xchange.bitmex.service.BitmexTradeServiceRaw.class - [JAR]

├─ org.knowm.xchange.bitmex.service.Supplier.class - [JAR]

org.knowm.xchange.bitmex.dto.marketdata

├─ org.knowm.xchange.bitmex.dto.marketdata.BitmexAsset.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.marketdata.BitmexDepth.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.marketdata.BitmexFee.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.marketdata.BitmexFunding.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.marketdata.BitmexFundingList.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.marketdata.BitmexKline.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.marketdata.BitmexKlineList.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.marketdata.BitmexPrivateOrder.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.marketdata.BitmexPrivateOrderList.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.marketdata.BitmexPublicOrder.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.marketdata.BitmexPublicOrderList.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.marketdata.BitmexPublicTrade.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.marketdata.BitmexPublicTradeList.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.marketdata.BitmexPublicTrades.class - [JAR]

org.knowm.xchange.bitmex.dto.marketdata.results

├─ org.knowm.xchange.bitmex.dto.marketdata.results.BitmexSymbolsAndPromptsResult.class - [JAR]

org.knowm.xchange.bitmex.dto.account

├─ org.knowm.xchange.bitmex.dto.account.BitmexAccount.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.account.BitmexAccountPreferences.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.account.BitmexMarginAccount.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.account.BitmexMarginAccountList.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.account.BitmexOrderBookBinning.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.account.BitmexTicker.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.account.BitmexTickerList.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.account.BitmexWallet.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.account.BitmexWalletTransaction.class - [JAR]

├─ org.knowm.xchange.bitmex.dto.account.BitmexWalletTransactionList.class - [JAR]

org.knowm.xchange.bitmex

├─ org.knowm.xchange.bitmex.AbstractHttpResponseAware.class - [JAR]

├─ org.knowm.xchange.bitmex.Bitmex.class - [JAR]

├─ org.knowm.xchange.bitmex.BitmexAdapters.class - [JAR]

├─ org.knowm.xchange.bitmex.BitmexAuthenticated.class - [JAR]

├─ org.knowm.xchange.bitmex.BitmexException.class - [JAR]

├─ org.knowm.xchange.bitmex.BitmexExchange.class - [JAR]

├─ org.knowm.xchange.bitmex.BitmexPrompt.class - [JAR]

├─ org.knowm.xchange.bitmex.HttpResponseAwareList.class - [JAR]

├─ org.knowm.xchange.bitmex.RateLimitUpdateListener.class - [JAR]

Advertisement

Dependencies from Group

Dec 24, 2022
129 usages
3.6k stars
Dec 24, 2022
24 usages
3.6k stars
Dec 24, 2022
16 usages
3.6k stars
Dec 24, 2022
6 usages
3.6k stars
Dec 24, 2022
6 usages
3.6k stars

Discover Dependencies

Apr 30, 2021
3 usages
51 stars
Dec 09, 2022
3 usages
18 stars
Oct 12, 2021
3 usages
34 stars
Nov 04, 2021
9 usages
6 stars
Oct 25, 2016
3 usages
1 stars
Dec 17, 2020
8 usages
Sep 18, 2019
4 usages
Mar 06, 2021
13 usages
4 stars