mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-21 07:26:48 +00:00
binance: allow exposure of trade feed through data channel (#823)
This commit is contained in:
@@ -231,6 +231,7 @@ func (b *Binance) Setup(exch *config.Exchange) error {
|
||||
Features: &b.Features.Supports.WebsocketCapabilities,
|
||||
SortBuffer: true,
|
||||
SortBufferByUpdateIDs: true,
|
||||
TradeFeed: b.Features.Enabled.TradeFeed,
|
||||
})
|
||||
if err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user