types: update channel names

This commit is contained in:
c9s 2023-03-22 22:04:02 +08:00
parent 98b0ffa510
commit 3c69ccc25a
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -10,7 +10,10 @@ const (
AggTradeChannel = Channel("aggTrade")
// channels for futures
MarkPriceChannel = Channel("markPrice")
MarkPriceChannel = Channel("markPrice")
LiquidationOrderChannel = Channel("liquidationOrder")
ContractChannel = Channel("contract")
// ContractInfoChannel is the contract info provided by the exchange
ContractInfoChannel = Channel("contractInfo")
)