mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 14:55:16 +00:00
types: update exchange name constants
This commit is contained in:
parent
420654c5ed
commit
9f1c2f9ae4
|
@ -44,6 +44,7 @@ const (
|
|||
ExchangeBinance ExchangeName = "binance"
|
||||
ExchangeOKEx ExchangeName = "okex"
|
||||
ExchangeKucoin ExchangeName = "kucoin"
|
||||
ExchangeBitget ExchangeName = "bitget"
|
||||
ExchangeBacktest ExchangeName = "backtest"
|
||||
)
|
||||
|
||||
|
@ -52,6 +53,7 @@ var SupportedExchanges = []ExchangeName{
|
|||
ExchangeBinance,
|
||||
ExchangeOKEx,
|
||||
ExchangeKucoin,
|
||||
ExchangeBitget,
|
||||
// note: we are not using "backtest"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user