Skip to content

Commit

Permalink
Handle PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
leki75 committed Jan 8, 2025
1 parent b9813b0 commit c3d41f3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions marketdata/stream/subscription.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,6 @@ func (sc *StocksClient) UnsubscribeFromLULDs(symbols ...string) error {
return sc.handleSubChange(false, subscriptions{lulds: symbols})
}

func (sc *StocksClient) UnregisterImbalances() {
sc.handler.mu.Lock()
sc.handler.imbalanceHandler = func(Imbalance) {}
sc.handler.mu.Unlock()
}

func (sc *StocksClient) UnregisterCancelErrors() {
sc.handler.mu.Lock()
sc.handler.cancelErrorHandler = func(TradeCancelError) {}
Expand Down

0 comments on commit c3d41f3

Please sign in to comment.