fix comment warning

This commit is contained in:
c9s 2021-05-02 23:48:53 +08:00
parent 2ef13293e9
commit 2230c56e56

View File

@ -165,6 +165,7 @@ func (trader *Trader) AttachCrossExchangeStrategy(strategy CrossExchangeStrategy
return trader
}
// SetRiskControls sets the risk controller
// TODO: provide a more DSL way to configure risk controls
func (trader *Trader) SetRiskControls(riskControls *RiskControls) {
trader.riskControls = riskControls