(data, callback)
| 2335 | * @return {undefined} |
| 2336 | */ |
| 2337 | const prevDayStreamHandler = (data, callback) => { |
| 2338 | const converted = prevDayConvertData(data); |
| 2339 | callback(null, converted); |
| 2340 | }; |
| 2341 | |
| 2342 | /** |
| 2343 | * Gets the price of a given symbol or symbols |
no test coverage detected