Skip to content

Commit

Permalink
Add SubscribeTradeUpdates to streaming API (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
eh-steve authored Nov 20, 2024
1 parent 2f52178 commit d812974
Show file tree
Hide file tree
Showing 2 changed files with 226 additions and 71 deletions.
2 changes: 1 addition & 1 deletion examples/lightstreamer/lightstreamer.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func main() {
log.Fatal(err)
}

tickChan, err := lsConn.SubscribeMarkets(ctx, conf.epics...)
tickChan, err := lsConn.SubscribeMarkets(ctx, 100, conf.epics...)
if err != nil {
log.WithError(err).Error("open stream fialed")
}
Expand Down
Loading

0 comments on commit d812974

Please sign in to comment.