mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 15:09:42 +00:00
BTC Markets: Fix sending trades to the websocket DataHandler (#1847)
* Fix websocket trade streaming * Fix lint * Rename trade.Data var * Update wsTrade side type * Add test for the invalid side * Test the side
This commit is contained in:
4
testdata/configtest.json
vendored
4
testdata/configtest.json
vendored
@@ -297,7 +297,9 @@
|
||||
},
|
||||
"enabled": {
|
||||
"autoPairUpdates": true,
|
||||
"websocketAPI": false
|
||||
"websocketAPI": false,
|
||||
"saveTradeData": false,
|
||||
"tradeFeed": true
|
||||
}
|
||||
},
|
||||
"bankAccounts": [
|
||||
|
||||
Reference in New Issue
Block a user