Skip to content

Trading commands generator for exchanges performance testing

License

Notifications You must be signed in to change notification settings

exchange-core/test-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exchange orderbook

Core2 OrderBook is an open source high performance Java order book implementation.

Features

Installation

  1. Install library into your Maven's local repository by running mvn install
  2. Add the following Maven dependency to your project's pom.xml:
<dependency>
    <groupId>exchange.core2</groupId>
    <artifactId>orderbook</artifactId>
    <version>0.7.1</version>
</dependency>

<dependency>
    <groupId>org.agrona</groupId>
    <artifactId>agrona</artifactId>
    <version>1.8.0</version>
    <scope>provided</scope>
</dependency>
<dependency>
    <groupId>org.eclipse.collections</groupId>
    <artifactId>eclipse-collections-api</artifactId>
    <version>10.4.0</version>
    <scope>provided</scope>
</dependency>
<dependency>
    <groupId>org.eclipse.collections</groupId>
    <artifactId>eclipse-collections</artifactId>
    <version>10.4.0</version>
    <scope>provided</scope>
</dependency>

Usage examples

TBD

Testing

TBD

Contributing

Exchange OrderBook is an open-source project and contributions are welcome!

About

Trading commands generator for exchanges performance testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages