Package velox.api.layer1

This package contains Bookmap L1 api. There might be some extra classes you don't really need available though, so examples are best place to get started.

To develop strategies more easily do:
1) Create empty "bm-strategy-package-fs-root.jar" in the folder with your classes.
2) Select it in bookmap strategy loading dialog and configure bookmap to load the strategy. Now you can remove the file.
3) Configure you IDE to run bookmap. For this configure ide to
- add C:\Program Files\Bookmap\Bookmap.exe to classpath
- start velox.ib.Main
- Add -Xmx1000M to VM options
- Use C:\Bookmap\Config as working directory
4) Now you should be able to use this configuration to start bookmap with latest version of your strategy.