jar

org.oxerr : okcoin-client-websocket

Maven & Gradle

Dec 09, 2017

OKCoin Client - WebSocket · Client for <a href="https://www.okcoin.cn">OKCoin</a> WebSocket API.

Table Of Contents

Latest Version

Download org.oxerr : okcoin-client-websocket JAR file - Latest Versions:

All Versions

Download org.oxerr : okcoin-client-websocket JAR file - All Versions:

Version Vulnerabilities Size Updated
5.1.x
5.0.x
4.0.x
3.0.x
2.1.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 okcoin-client-websocket-5.1.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.oxerr.okcoin.websocket.event

├─ org.oxerr.okcoin.websocket.event.OKCoinDataListener.class - [JAR]

org.oxerr.okcoin.websocket

├─ org.oxerr.okcoin.websocket.OKCoinClientEndpoint.class - [JAR]

├─ org.oxerr.okcoin.websocket.OKCoinData.class - [JAR]

├─ org.oxerr.okcoin.websocket.OKCoinDecoder.class - [JAR]

├─ org.oxerr.okcoin.websocket.OKCoinEncoder.class - [JAR]

org.oxerr.okcoin.websocket.dto

├─ org.oxerr.okcoin.websocket.dto.BaseObject.class - [JAR]

├─ org.oxerr.okcoin.websocket.dto.Candlestick.class - [JAR]

├─ org.oxerr.okcoin.websocket.dto.CandlestickChart.class - [JAR]

├─ org.oxerr.okcoin.websocket.dto.Depth.class - [JAR]

├─ org.oxerr.okcoin.websocket.dto.Event.class - [JAR]

├─ org.oxerr.okcoin.websocket.dto.Funds.class - [JAR]

├─ org.oxerr.okcoin.websocket.dto.Info.class - [JAR]

├─ org.oxerr.okcoin.websocket.dto.Order.class - [JAR]

├─ org.oxerr.okcoin.websocket.dto.OrderResult.class - [JAR]

├─ org.oxerr.okcoin.websocket.dto.Ticker.class - [JAR]

├─ org.oxerr.okcoin.websocket.dto.Trade.class - [JAR]

├─ org.oxerr.okcoin.websocket.dto.TradeResult.class - [JAR]

├─ org.oxerr.okcoin.websocket.dto.TradesV1.class - [JAR]

Advertisement