From 3912de235bad967e32d7170775ab8f59c7531816 Mon Sep 17 00:00:00 2001 From: c9s Date: Wed, 11 Nov 2020 17:55:44 +0800 Subject: [PATCH] rename baseQuantity to just quantity --- pkg/strategy/grid/strategy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/strategy/grid/strategy.go b/pkg/strategy/grid/strategy.go index 3083483ba..f226ffeb8 100644 --- a/pkg/strategy/grid/strategy.go +++ b/pkg/strategy/grid/strategy.go @@ -49,7 +49,7 @@ type Strategy struct { LowerPrice fixedpoint.Value `json:"lowerPrice"` // Quantity is the quantity you want to submit for each order. - Quantity float64 `json:"baseQuantity"` + Quantity float64 `json:"quantity"` // activeOrders is the locally maintained active order book of the maker orders. activeOrders *bbgo.LocalActiveOrderBook