package wise import "git.qtrade.icu/lychiyu/qbtrade/pkg/fixedpoint" type Rate struct { Value fixedpoint.Value `json:"rate"` Target string `json:"target"` Source string `json:"source"` Time Time `json:"time"` }