实现FIDC配置化风控与交易成本
This commit is contained in:
@@ -294,6 +294,7 @@ impl Strategy for HookProbeStrategy {
|
||||
order_intents: Vec::new(),
|
||||
notes: Vec::new(),
|
||||
diagnostics: Vec::new(),
|
||||
risk_decisions: Vec::new(),
|
||||
})
|
||||
}
|
||||
|
||||
@@ -336,6 +337,7 @@ impl Strategy for AuctionOrderStrategy {
|
||||
}],
|
||||
notes: Vec::new(),
|
||||
diagnostics: Vec::new(),
|
||||
risk_decisions: Vec::new(),
|
||||
})
|
||||
}
|
||||
|
||||
@@ -384,6 +386,7 @@ impl Strategy for FuturesOrderStrategy {
|
||||
}],
|
||||
notes: Vec::new(),
|
||||
diagnostics: Vec::new(),
|
||||
risk_decisions: Vec::new(),
|
||||
})
|
||||
}
|
||||
}
|
||||
@@ -716,6 +719,7 @@ impl Strategy for LimitCarryStrategy {
|
||||
}],
|
||||
notes: Vec::new(),
|
||||
diagnostics: Vec::new(),
|
||||
risk_decisions: Vec::new(),
|
||||
})
|
||||
}
|
||||
}
|
||||
@@ -793,6 +797,7 @@ impl Strategy for UniverseDirectiveStrategy {
|
||||
order_intents,
|
||||
notes: Vec::new(),
|
||||
diagnostics: Vec::new(),
|
||||
risk_decisions: Vec::new(),
|
||||
})
|
||||
}
|
||||
}
|
||||
@@ -816,6 +821,7 @@ impl Strategy for MinuteProbeStrategy {
|
||||
}],
|
||||
notes: Vec::new(),
|
||||
diagnostics: Vec::new(),
|
||||
risk_decisions: Vec::new(),
|
||||
})
|
||||
}
|
||||
|
||||
@@ -857,6 +863,7 @@ impl Strategy for MinuteProbeStrategy {
|
||||
}],
|
||||
notes: Vec::new(),
|
||||
diagnostics: Vec::new(),
|
||||
risk_decisions: Vec::new(),
|
||||
})
|
||||
}
|
||||
}
|
||||
@@ -958,6 +965,7 @@ impl Strategy for OrderInspectionStrategy {
|
||||
}],
|
||||
notes: Vec::new(),
|
||||
diagnostics: Vec::new(),
|
||||
risk_decisions: Vec::new(),
|
||||
})
|
||||
}
|
||||
|
||||
@@ -1015,6 +1023,7 @@ impl Strategy for AccountFlowStrategy {
|
||||
],
|
||||
notes: Vec::new(),
|
||||
diagnostics: Vec::new(),
|
||||
risk_decisions: Vec::new(),
|
||||
})
|
||||
}
|
||||
|
||||
@@ -3765,6 +3774,7 @@ impl Strategy for BuyMissingRowThenHoldStrategy {
|
||||
}],
|
||||
notes: Vec::new(),
|
||||
diagnostics: Vec::new(),
|
||||
risk_decisions: Vec::new(),
|
||||
});
|
||||
}
|
||||
Ok(StrategyDecision::default())
|
||||
|
||||
Reference in New Issue
Block a user