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