mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-14 19:13:52 +00:00
xmaker: rename arbitrage option to enableArbitrage
This commit is contained in:
parent
0b1773b959
commit
a650534a98
|
@ -171,7 +171,7 @@ type Strategy struct {
|
|||
|
||||
NotifyTrade bool `json:"notifyTrade"`
|
||||
|
||||
EnableArbitrage bool `json:"arbitrage"`
|
||||
EnableArbitrage bool `json:"enableArbitrage"`
|
||||
|
||||
// RecoverTrade tries to find the missing trades via the REStful API
|
||||
RecoverTrade bool `json:"recoverTrade"`
|
||||
|
|
Loading…
Reference in New Issue
Block a user