bbgo_origin/pkg/strategy/dca2/dev_mode.go

8 lines
188 B
Go
Raw Normal View History

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"`
}