mirror of
https://ghfast.top/https://github.com/aeroxw/easy-tdx.git
synced 2026-09-12 22:44:17 +08:00
- Implement OrderSimulator class for order matching simulation - Support 5 execution modes: next_open, next_close, this_close, worst, best - Support 3 position modes: full, fixed, percent - Support 2 reject policies: reduce (partial fill), skip (reject) - Implement fee model: commission (min 5 CNY), stamp tax (0.1% sell only), slippage - Add future_leak_warning flag for this_close mode - Handle both int and datetime column types in DataFrame - Add comprehensive test suite with 24 test cases covering all modes Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>