Expand description
NautilusTrader adapter for Ax’s AX Exchange.
AX Exchange is the world’s first centralized and regulated exchange for perpetual futures on traditional underlying asset classes (FX, rates, metals, energy, stock indexes). Designed for institutional and professional traders, it combines innovations from digital asset perpetual exchanges with the safety and risk management of traditional futures exchanges. Licensed under the Bermuda Monetary Authority (BMA).
The nautilus-architect-ax crate provides client bindings (HTTP & WebSocket), data models, and
helper utilities that wrap the official AX Exchange API.
§NautilusTrader
NautilusTrader is an open-source, production-grade, Rust-native engine for multi-asset, multi-venue trading systems.
The system spans research, deterministic simulation, and live execution within a single event-driven architecture, providing research-to-live semantic parity.
§Feature flags
This crate provides feature flags to control source code inclusion during compilation:
python: Enables Python bindings via PyO3.extension-module: Builds as a Python extension module (used together withpython).
§Documentation
- API reference: https://docs.architect.exchange/api-reference/
- Crate docs: https://docs.rs/nautilus-architect-ax
Modules§
- common
- Common types, constants, and utilities shared across the AX Exchange adapter.
- config
- Configuration structures for the AX Exchange adapter.
- data
- Live market data client implementation for the AX Exchange adapter.
- execution
- Live execution client implementation for the AX Exchange adapter.
- factories
- Factory functions for creating AX Exchange clients and components.
- http
- HTTP REST API client for Ax.
- python
- Python bindings for the Ax adapter.
- websocket
- WebSocket client for Ax real-time data and execution.