mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
types: update channel names
This commit is contained in:
parent
98b0ffa510
commit
3c69ccc25a
|
@ -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")
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user