Skip to content

divergex/dxcore

Repository files navigation

Market Data Receiver Project

This project demonstrates the use of SYCL, ZeroMQ, and QuickFIX to receive and process market data. The system connects to a ZeroMQ channel for market data transmission and uses QuickFIX for message parsing. The program also uses DPC++ for running FPGA/CPU/GPU tasks.

Prerequisites

Ensure the following are installed and set up:

Development

Configuring build

git clone [email protected]:divergex/dxcore
cd dxcore
mkdir build && cd build

Installing conan dependencies:

conan install . --output-folder=build --build=missing

Configuring toolchain

cd build/
cmake .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release

Building and executing

cmake --build . -- -j$(nproc)
./MarketData

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published