补充可配置过户费并纳入成交成本

This commit is contained in:
boris
2026-08-22 14:50:00 +08:00
parent b8776d7169
commit 375b8b2df1
8 changed files with 43 additions and 3 deletions
+1
View File
@@ -125,6 +125,7 @@ pub struct FillEvent {
pub gross_amount: f64,
pub commission: f64,
pub stamp_tax: f64,
pub transfer_fee: f64,
pub net_cash_flow: f64,
pub reason: String,
}