Helix
Helix, a market data feed handler for C and C++.
Install / Use
npx skills add penberg/helixInstalls into whichever agent you are using.
README
Helix
Helix is an ultra low-latency market data feed handler written in C++. It provides an API to trading applications that normalizes market data updates from multiple feeds.
Helix core does not include networking functionality and expects applications to provide raw packet data.
Building
Prerequisites
- libuv 1.0 or later
- Boost libraries
macOS:
brew install boost cmake libuv pkg-config
Building and Installing
To build Helix:
cmake .
make
To build a debug version of Helix that enables AddressSanitizer:
mkdir -p build/debug
cd build/debug
cmake -DCMAKE_BUILD_TYPE=debug ../..
To install Helix:
make install
Please note that Helix generates a pkg-config file so you can use pkg-config to integrate Helix with your project build system. If you installed Helix in the default location /usr/local/, you need to set the PKG_CONFIG_PATH environment variable as follows:
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/
Usage
To convert a NASDAQ TotalView-ITCH 5.0 file to CSV:
./helix-trace -i 07302015.NASDAQ_ITCH50 -s AAPL -c nasdaq-binaryfile-itch50 -f csv -o AAPL.csv
Please note that Helix only works with uncompressed files.
Features
Core
- [x] C++ API
- [x] C binding
- [x] Order book view
- [x] Data normalization
- [x] Data filtering
- [x] Retransmission requests
- [ ] Order book aggregation
- [ ] Synthetic NBBO
Protocols
- NASDAQ
- [x] NASDAQ TotalView-ITCH 5.0
- [x] Nordic Equity TotalView-ITCH 2.02.2
- [x] MoldUDP
- [x] MoldUDP64
- [x] BinaryFILE
- [x] SoupFILE
- Parity
- [x] PMD
License
Copyright © 2015 Pekka Enberg
Helix is distributed under the 2-clause BSD license. See LICENSE for the full license text.
Related Skills
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
blender-python-addon
40.5kBlender Python add-on rules for operators, panels, properties, registration, testing, and API-safe scripting
flutter-development-guidelines-cursorrules-prompt-file
40.5kCursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.
commit-push-pr
140.7kCommit, push, and open a PR
