jar

exchange.core2 : orderbook

Maven & Gradle

Sep 13, 2020
16 stars

High performance order book written in Java

Table Of Contents

Latest Version

Download exchange.core2 : orderbook JAR file - Latest Versions:

All Versions

Download exchange.core2 : orderbook JAR file - All Versions:

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

exchange.core2.orderbook.events

├─ exchange.core2.orderbook.events.CommandProcessingResponse.class - [JAR]

├─ exchange.core2.orderbook.events.ReduceEvent.class - [JAR]

├─ exchange.core2.orderbook.events.TradeEvent.class - [JAR]

├─ exchange.core2.orderbook.events.TradeEventsBlock.class - [JAR]

exchange.core2.orderbook.naive

├─ exchange.core2.orderbook.naive.NaivePendingOrder.class - [JAR]

├─ exchange.core2.orderbook.naive.OrderBookNaiveImpl.class - [JAR]

├─ exchange.core2.orderbook.naive.OrdersBucketNaive.class - [JAR]

exchange.core2.orderbook

├─ exchange.core2.orderbook.CommandsEncoder.class - [JAR]

├─ exchange.core2.orderbook.IOrder.class - [JAR]

├─ exchange.core2.orderbook.IOrderBook.class - [JAR]

├─ exchange.core2.orderbook.ISymbolSpecification.class - [JAR]

├─ exchange.core2.orderbook.L2MarketData.class - [JAR]

├─ exchange.core2.orderbook.OrderAction.class - [JAR]

├─ exchange.core2.orderbook.OrderBookEventsHelper.class - [JAR]

├─ exchange.core2.orderbook.ResponseDecoder.class - [JAR]

├─ exchange.core2.orderbook.StateHash.class - [JAR]

Advertisement