jar

com.github.vincentk : unit16-exchange

Maven & Gradle

Jan 23, 2015
0 stars

unit16-exchange · A minimal representation for an electronic exchange API such as the ones provided by interactive brokers or quantlink.

Table Of Contents

Latest Version

Download com.github.vincentk : unit16-exchange JAR file - Latest Versions:

All Versions

Download com.github.vincentk : unit16-exchange JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.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 unit16-exchange-0.0.14.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.unit16.exchange.api.orders

├─ com.unit16.exchange.api.orders.AckHandler.class - [JAR]

├─ com.unit16.exchange.api.orders.ExceptionHandler.class - [JAR]

├─ com.unit16.exchange.api.orders.ExposureHandler.class - [JAR]

├─ com.unit16.exchange.api.orders.Order.class - [JAR]

├─ com.unit16.exchange.api.orders.OrderAndTradeHandler.class - [JAR]

├─ com.unit16.exchange.api.orders.Request.class - [JAR]

├─ com.unit16.exchange.api.orders.UniqueResponse.class - [JAR]

com.unit16.exchange.api

├─ com.unit16.exchange.api.Exchange.class - [JAR]

├─ com.unit16.exchange.api.FeedHandler.class - [JAR]

├─ com.unit16.exchange.api.HasId.class - [JAR]

├─ com.unit16.exchange.api.OrderCreation.class - [JAR]

├─ com.unit16.exchange.api.TradeHandler.class - [JAR]

com.unit16.exchange.api.market

├─ com.unit16.exchange.api.market.MarketUpdate.class - [JAR]

├─ com.unit16.exchange.api.market.Quote.class - [JAR]

├─ com.unit16.exchange.api.market.Trade.class - [JAR]