Skip to content

API Reference

Complete technical documentation for all FLOX components.

Component Categories

Category Description
Engine Core orchestration and lifecycle management
Book Order book structures and market data
Execution Order management and execution
Replay Data recording and playback
Util Utilities, memory pools, event buses
Connector Exchange connectivity
Strategy Strategy interfaces
Risk Risk management

Core

Market Data

Execution

Utilities

Replay

Header Organization

include/flox/
├── book/           # Order book, trades, events
├── connector/      # Exchange connectivity
├── engine/         # Core engine components
├── execution/      # Order execution
├── replay/         # Recording and playback
├── strategy/       # Strategy interfaces
└── util/           # Utilities

See Also