grid2: add totalFee field and volume field

This commit is contained in:
c9s 2022-11-14 16:28:42 +08:00
parent 7fec736e7a
commit fa692d835f
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -32,6 +32,8 @@ type GridProfitStats struct {
FloatProfit fixedpoint.Value `json:"floatProfit"`
GridProfit fixedpoint.Value `json:"gridProfit"`
ArbitrageCount int `json:"arbitrageCount"`
TotalFee fixedpoint.Value `json:"totalFee"`
Volume fixedpoint.Value `json:"volume"`
}
type Strategy struct {