mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-25 16:25:16 +00:00
rename baseQuantity to just quantity
This commit is contained in:
parent
b2cd595069
commit
3912de235b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user