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