mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-26 00:35:15 +00:00
add public only field to the session config struct
This commit is contained in:
parent
e41f54d57b
commit
4002ec80d6
|
@ -54,6 +54,7 @@ type NotificationConfig struct {
|
|||
type Session struct {
|
||||
ExchangeName string `json:"exchange" yaml:"exchange"`
|
||||
EnvVarPrefix string `json:"envVarPrefix" yaml:"envVarPrefix"`
|
||||
PublicOnly bool `json:"publicOnly" yaml:"publicOnly"`
|
||||
}
|
||||
|
||||
type Backtest struct {
|
||||
|
|
Loading…
Reference in New Issue
Block a user