mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-14 07:26:47 +00:00
Okx: Fix sending trades to the websocket DataHandler (#1833)
* Send trades down the DataHandler, add test * Send the trades down to the DataHandler Update the test to process trades for each asset type Add raw trade data from OKX Update the timestamp in the method * Replace pair repetition with p var * Update the test, remove repetition * Rename trade var in the test * Fix nits and slice sorting * Compare trades * Fix nits
This commit is contained in:
2
testdata/configtest.json
vendored
2
testdata/configtest.json
vendored
@@ -2273,7 +2273,7 @@
|
||||
"autoPairUpdates": true,
|
||||
"websocketAPI": true,
|
||||
"saveTradeData": false,
|
||||
"tradeFeed": false,
|
||||
"tradeFeed": true,
|
||||
"fillsFeed": false
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user