1
This commit is contained in:
11
common/global/exchange.go
Normal file
11
common/global/exchange.go
Normal file
@ -0,0 +1,11 @@
|
||||
package global
|
||||
|
||||
//交易所类型字典
|
||||
const (
|
||||
EXCHANGE_BINANCE = "binance"
|
||||
EXCHANGE_OKEX = "okex"
|
||||
EXCHANGE_GATE = "gate"
|
||||
EXCHANGE_COINBASE = "coinbase"
|
||||
EXCHANGE_BITFINEX = "bitfinex"
|
||||
EXCHANGE_BITMEX = "bitmex"
|
||||
)
|
||||
Reference in New Issue
Block a user