mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 06:53:52 +00:00
xdepthmaker: subscribe full book
This commit is contained in:
parent
2dca9762e2
commit
0ed1d385c1
|
@ -325,7 +325,7 @@ func (s *Strategy) CrossSubscribe(sessions map[string]*bbgo.ExchangeSession) {
|
||||||
}
|
}
|
||||||
|
|
||||||
hedgeSession.Subscribe(types.BookChannel, s.HedgeSymbol, types.SubscribeOptions{
|
hedgeSession.Subscribe(types.BookChannel, s.HedgeSymbol, types.SubscribeOptions{
|
||||||
Depth: types.DepthLevelMedium,
|
Depth: types.DepthLevelFull,
|
||||||
Speed: types.SpeedLow,
|
Speed: types.SpeedLow,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user