Skip to content

The Order Book Builder is an advanced example of using Deephaven table listeners to construct a Top N of book using a live order stream

Notifications You must be signed in to change notification settings

deephaven-examples/order-book-builder

Repository files navigation

Deephaven Book Builder example

This project provides an example of how to create a Top N of Book table from a live stream of quotes data.

To run the project you will need to have docker installed and then run

./gradlew :jar
cd docker && docker-compose up --build

About

The Order Book Builder is an advanced example of using Deephaven table listeners to construct a Top N of book using a live order stream

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published