bbgo_origin/pkg/fixedpoint/const.go

8 lines
115 B
Go

package fixedpoint
var (
Two Value = NewFromInt(2)
Three Value = NewFromInt(3)
Four Value = NewFromInt(4)
)