mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
remove unused field
This commit is contained in:
parent
71ae75df73
commit
7b218e65e2
|
@ -30,7 +30,6 @@ type Strategy struct {
|
|||
BaseWeight fixedpoint.Value `json:"baseWeight"`
|
||||
TargetCurrencies []string `json:"targetCurrencies"`
|
||||
Threshold fixedpoint.Value `json:"threshold"`
|
||||
Verbose bool `json:"verbose"`
|
||||
DryRun bool `json:"dryRun"`
|
||||
// max amount to buy or sell per order
|
||||
MaxAmount fixedpoint.Value `json:"maxAmount"`
|
||||
|
|
Loading…
Reference in New Issue
Block a user