tiagosiebler / orderbooks

Simple utility classes to handle orderbook snapshot & delta events in node.js, with examples for Bybit & Binance.
131 stars 34 forks source link

Fixed wrong type in handleSnapshot #16

Closed shaigr closed 1 year ago

shaigr commented 1 year ago

Fixed wrong type for parameter data in handleSnapshot OrderBooksStore API it should be an OrderBookLevelState[] instead of OrderBookLevelState, just like function handleDelta's parameters

Summary

Additional Information