HFT System with Minimal Component Implementations

2 Open Issues Need Help Last updated: Jul 18, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement an AG Grid in NiceGUI to display order data with columns for 'ordertype', 'price', and 'side'. The 'side' column should be color-coded (green for BUY, red for SELL), and a hidden 'quantity' column will track order quantity. A timer should add new order data every second until the total quantity exceeds 250. Conditional formatting and a timer mechanism are required, along with logic to stop adding entries when the total quantity threshold is reached.

Complexity: 3/5
good first issue not urgent expirimental

HFT System with Minimal Component Implementations

Rust

AI Summary: Implement an asynchronous TCP server in a FastAPI application to handle incoming client connections. The server should receive data from clients, log the received message and client address. This is part of a larger project to build a high-frequency trading (HFT) system in Rust, with this task focusing on the receiver component of the system's communication infrastructure.

Complexity: 3/5
enhancement good first issue

HFT System with Minimal Component Implementations

Rust