mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 14:55:16 +00:00
okex: format comment
This commit is contained in:
parent
40c4dcf2a0
commit
d01b9968a6
|
@ -335,7 +335,7 @@ func (s *Stream) read(ctx context.Context) {
|
|||
s.EmitEvent(*et)
|
||||
|
||||
case *BookData:
|
||||
//there's "books" for 400 depth and books5 for 5 depth
|
||||
// there's "books" for 400 depth and books5 for 5 depth
|
||||
if et.channel != "books5" {
|
||||
s.EmitBookData(*et)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user