bbgo/pkg/types/fundingrate.go

14 lines
186 B
Go

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