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.
§Platform
NautilusTrader is an open-source, high-performance, production-grade algorithmic trading platform, providing quantitative traders with the ability to backtest portfolios of automated trading strategies on historical data with an event-driven engine, and also deploy those same strategies live, with no code changes.
NautilusTrader’s design, architecture, and implementation philosophy prioritizes software correctness and safety at the highest level, with the aim of supporting mission-critical trading system backtesting and live deployment workloads.
§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.sandbox.x.architect.co/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.
- error
- Unified error handling for the AX Exchange adapter.
- http
- HTTP REST API client for Ax.
- python
- Python bindings for the Ax adapter.
- websocket
- WebSocket client for Ax real-time data and execution.