mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-15 19:43:53 +00:00
8 lines
188 B
Go
8 lines
188 B
Go
|
package dca2
|
||
|
|
||
|
// DevMode, if Enabled is true. it means it will check the running field
|
||
|
type DevMode struct {
|
||
|
Enabled bool `json:"enabled"`
|
||
|
IsNewAccount bool `json:"isNewAccount"`
|
||
|
}
|