clean up todo comment

This commit is contained in:
c9s 2022-06-24 19:24:49 +08:00
parent f4bb7bd231
commit 751085f8ff
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54
2 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,7 @@ sessions:
backtest: backtest:
startTime: "2021-09-01" startTime: "2021-09-01"
endTime: "2021-09-30" endTime: "2021-11-01"
sessions: sessions:
- binance - binance
symbols: symbols:

View File

@ -131,7 +131,6 @@ func (b *Backtest) GetAccount(n string) BacktestAccount {
} }
type BacktestAccount struct { type BacktestAccount struct {
// TODO: MakerFeeRate should replace the commission fields
MakerFeeRate fixedpoint.Value `json:"makerFeeRate,omitempty" yaml:"makerFeeRate,omitempty"` MakerFeeRate fixedpoint.Value `json:"makerFeeRate,omitempty" yaml:"makerFeeRate,omitempty"`
TakerFeeRate fixedpoint.Value `json:"takerFeeRate,omitempty" yaml:"takerFeeRate,omitempty"` TakerFeeRate fixedpoint.Value `json:"takerFeeRate,omitempty" yaml:"takerFeeRate,omitempty"`