mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-25 16:25:16 +00:00
xfunding: reset LastFundingFeeTime
This commit is contained in:
parent
b59b42c3fa
commit
dc16e0c299
|
@ -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{},
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user