jar

org.knowm.xchange : xchange-latoken

Maven & Gradle

Dec 24, 2022
3.6k stars

XChange Latoken · XChange implementation for the LATOKEN Exchange

Table Of Contents

Latest Version

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

All Versions

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

Version Vulnerabilities Size Updated
5.1.x
5.0.x
4.4.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-latoken-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.latoken.dto.marketdata

├─ org.knowm.xchange.latoken.dto.marketdata.LatokenOrderbook.class - [JAR]

├─ org.knowm.xchange.latoken.dto.marketdata.LatokenTicker.class - [JAR]

├─ org.knowm.xchange.latoken.dto.marketdata.LatokenTrade.class - [JAR]

├─ org.knowm.xchange.latoken.dto.marketdata.LatokenTrades.class - [JAR]

├─ org.knowm.xchange.latoken.dto.marketdata.PriceLevel.class - [JAR]

org.knowm.xchange.latoken.dto

├─ org.knowm.xchange.latoken.dto.LatokenException.class - [JAR]

org.knowm.xchange.latoken

├─ org.knowm.xchange.latoken.Latoken.class - [JAR]

├─ org.knowm.xchange.latoken.LatokenAdapters.class - [JAR]

├─ org.knowm.xchange.latoken.LatokenAuthenticated.class - [JAR]

├─ org.knowm.xchange.latoken.LatokenErrorAdapter.class - [JAR]

├─ org.knowm.xchange.latoken.LatokenExchange.class - [JAR]

org.knowm.xchange.latoken.dto.exchangeinfo

├─ org.knowm.xchange.latoken.dto.exchangeinfo.LatokenCurrency.class - [JAR]

├─ org.knowm.xchange.latoken.dto.exchangeinfo.LatokenPair.class - [JAR]

├─ org.knowm.xchange.latoken.dto.exchangeinfo.LatokenRateLimit.class - [JAR]

├─ org.knowm.xchange.latoken.dto.exchangeinfo.LatokenRateLimits.class - [JAR]

├─ org.knowm.xchange.latoken.dto.exchangeinfo.LatokenTime.class - [JAR]

org.knowm.xchange.latoken.dto.account

├─ org.knowm.xchange.latoken.dto.account.LatokenBalance.class - [JAR]

org.knowm.xchange.latoken.service

├─ org.knowm.xchange.latoken.service.LatokenAccountService.class - [JAR]

├─ org.knowm.xchange.latoken.service.LatokenAccountServiceRaw.class - [JAR]

├─ org.knowm.xchange.latoken.service.LatokenBaseService.class - [JAR]

├─ org.knowm.xchange.latoken.service.LatokenHmacDigest.class - [JAR]

├─ org.knowm.xchange.latoken.service.LatokenMarketDataService.class - [JAR]

├─ org.knowm.xchange.latoken.service.LatokenMarketDataServiceRaw.class - [JAR]

├─ org.knowm.xchange.latoken.service.LatokenOrderFlags.class - [JAR]

├─ org.knowm.xchange.latoken.service.LatokenQueryOrderParams.class - [JAR]

├─ org.knowm.xchange.latoken.service.LatokenTradeHistoryParams.class - [JAR]

├─ org.knowm.xchange.latoken.service.LatokenTradeService.class - [JAR]

├─ org.knowm.xchange.latoken.service.LatokenTradeServiceRaw.class - [JAR]

org.knowm.xchange.latoken.dto.trade

├─ org.knowm.xchange.latoken.dto.trade.LatokenCancelledOrders.class - [JAR]

├─ org.knowm.xchange.latoken.dto.trade.LatokenNewOrder.class - [JAR]

├─ org.knowm.xchange.latoken.dto.trade.LatokenOrder.class - [JAR]

├─ org.knowm.xchange.latoken.dto.trade.LatokenOrderSide.class - [JAR]

├─ org.knowm.xchange.latoken.dto.trade.LatokenOrderStatus.class - [JAR]

├─ org.knowm.xchange.latoken.dto.trade.LatokenTestOrder.class - [JAR]

├─ org.knowm.xchange.latoken.dto.trade.LatokenUserTrade.class - [JAR]

├─ org.knowm.xchange.latoken.dto.trade.LatokenUserTrades.class - [JAR]

├─ org.knowm.xchange.latoken.dto.trade.OrderSubclass.class - [JAR]