mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-14 07:26:47 +00:00
* 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