📄️ 适配器
Introduction
📄️ 基准测试
This 指南 explains how NautilusTrader measures Rust 性能, when to
📄️ Coding Standards
Code Style
📄️ Cython
Here you will find guidance and tips for working on NautilusTrader using the Cython language.
📄️ Docs Style 指南
This 指南 outlines the style conventions and best practices for writing 文档 for NautilusTrader.
📄️ 环境 设置
For 开发 we recommend using the PyCharm Professional edition IDE, as it interprets Cython syntax. Alternatively, you could use Visual Studio Code with a Cython 扩展.
📄️ FFI 内存 Contract
NautilusTrader exposes several C-compatible types so that compiled Rust code can be
📄️ 开发者指南
欢迎使用 NautilusTrader 开发者指南!
📄️ Packaged 数据
Various 数据 is contained internally in the tests/test_kit/数据 folder.
📄️ Rust Style 指南
The Rust programming language is an ideal fit for implementing the mission-critical core of the platform and systems. Its strong type system, ownership model, and compile-time checks eliminate memory errors and data races by construction, while zero-cost abstractions and the absence of a garbage collector deliver C-like performance—critical for high-frequency trading workloads.
📄️ 测试
The test suite is divided into broad categories of tests including: