mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +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"`
|
LowerPrice fixedpoint.Value `json:"lowerPrice"`
|
||||||
|
|
||||||
// Quantity is the quantity you want to submit for each order.
|
// 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 is the locally maintained active order book of the maker orders.
|
||||||
activeOrders *bbgo.LocalActiveOrderBook
|
activeOrders *bbgo.LocalActiveOrderBook
|
||||||
|
|
Loading…
Reference in New Issue
Block a user