修正AiQuant兼容佣金默认值

This commit is contained in:
boris
2026-06-23 12:30:09 +08:00
parent ad405d130e
commit 1bcedcee0f
2 changed files with 17 additions and 0 deletions
+1
View File
@@ -55,6 +55,7 @@ impl Default for ChinaAShareCostModel {
impl ChinaAShareCostModel {
pub fn aiquant_rqalpha_default() -> Self {
Self {
commission_rate: 0.00025,
stamp_tax_rate_before_change: 0.0005,
stamp_tax_rate_after_change: 0.0005,
..Self::default()