package repository type BacktestEquity struct { Time int64 `json:"time"` Value float64 `json:"value"` TradeId string `json:"tradeId"` }