package types import ( "time" "git.qtrade.icu/lychiyu/bbgo/pkg/fixedpoint" ) type FundingRate struct { FundingRate fixedpoint.Value FundingTime time.Time Time time.Time }