Ver Fonte

字段改动

wulei há 1 ano atrás
pai
commit
b951f6b300
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      datacenter_client/types.go

+ 1 - 0
datacenter_client/types.go

@@ -13,6 +13,7 @@ type (
 	InstrumentCompareData struct {
 		Max float64 `json:"max_val"`
 		Min float64 `json:"min_val"`
+		Avg float64 `json:"avg_val"`
 	}
 
 	RangeFirstLast struct {