mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-07 23:16:53 +00:00
Added Websocket config variable.
This commit is contained in:
@@ -19,6 +19,7 @@ type ItBit struct {
|
||||
Name string
|
||||
Enabled bool
|
||||
Verbose bool
|
||||
Websocket bool
|
||||
PollingDelay time.Duration
|
||||
ClientKey, APISecret, UserID string
|
||||
MakerFee, TakerFee float64
|
||||
@@ -50,6 +51,7 @@ func (i *ItBit) SetDefaults() {
|
||||
i.MakerFee = -0.10
|
||||
i.TakerFee = 0.50
|
||||
i.Verbose = false
|
||||
i.Websocket = false
|
||||
i.PollingDelay = 10
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user