Skip to content

Commit

Permalink
documentation change: moved distribution section upper
Browse files Browse the repository at this point in the history
  • Loading branch information
kolybelkin committed Jul 19, 2017
1 parent 631976a commit 43a2e41
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ required changes) instead of own implementation of all aspects of CME connectivi
* Loading of CME SBE templates;
* Loading of CME XML channel configuration files;

## Distribution

In order to build a package from Gradle:

```
> gradlew
```

## Installation

This is java library which include just one jar file: b2bits-jmdp3-N.N.jar.
Expand Down Expand Up @@ -438,14 +446,6 @@ IncrementalRefreshPerfTest.mboWithMBP sample 480387 1.645 ??? 0.004 us/op

There is the API that provides high level information about changes in the book for particular instrument. The interface `com.epam.cme.mdp3.MarketDataListener` has to be implemented and the instance set in `com.epam.cme.mdp3.MdpChannel.registerMarketDataListener` method from mbp-only module.

## Distribution

In order to build a package from Gradle:

```
> gradlew
```

## License

[GNU Lesser General Public License, version 3.0](https://www.gnu.org/licenses/lgpl-3.0.en.html).
Expand Down

0 comments on commit 43a2e41

Please sign in to comment.