xfunding: reset LastFundingFeeTime

This commit is contained in:
c9s 2023-07-06 15:58:42 +08:00
parent b59b42c3fa
commit dc16e0c299
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -309,6 +309,7 @@ func (s *Strategy) CrossRun(ctx context.Context, orderExecutionRouter bbgo.Order
FundingFeeCurrency: s.futuresMarket.QuoteCurrency,
TotalFundingFee: fixedpoint.Zero,
FundingFeeRecords: nil,
LastFundingFeeTime: time.Time{},
}
}