1. Simulated Live Trading Overview (API Perspective)
This page introduces qteasy simulated live trading from an API and capability-list perspective. For a step-by-step walkthrough, read tutorials/8-live-trade-risk-and-broker-walkthrough.md.
1.1. 0. 文档边界
This page only provides object/API lists, behavior quick reference, and navigation links
It does not include step tutorials or low-level implementation derivations
1.2. 1. 核心对象与职责
Object |
Main Responsibility |
Typical Entry |
|---|---|---|
|
Run strategies and generate signals |
|
|
Order coordination, risk integration, state maintenance |
Live-trading main path |
|
Rule-chain evaluation and accept/reject decisions |
|
|
Submit, cancel, fill reports, remote queries |
|
|
Order and fill dict contract validation |
Before submit and after fills |
1.3. 2. 功能分区清单
Area |
Core Capability |
Related Page |
|---|---|---|
Configuration and startup |
Live config validation and run snapshot |
|
Orders and risk control |
Pre-submit evaluation and visible rejections |
|
Fills and status |
Partial fills and status convergence |
|
Adapters and extension |
Adapter API and compatibility boundaries |
|
Logs and troubleshooting |
|
|
1.4. 3. S1.3 行为变化速查
Improved simulated live runnability for
asset_type='FD'Risk rejections are more visible in CLI/TUI
Broker adapter API completed for future broker integration
More consistent partial-fill status display
1.5. 4. 入口索引
CLI 清单:
references/5-simulate-operation-in-CLI.mdTUI 清单:
references/6-simulate-operation-in-TUI.mdAPI autodoc:
api/api_reference.rst
1.6. 5. 相关阅读
Module overview:
live_trading/1-overview.mdConfiguration and run:
live_trading/2-configuration-and-run.mdRisk and lifecycle:
live_trading/3-risk-and-order-lifecycle.mdTroubleshooting:
live_trading/5-artifacts-and-troubleshooting.md