lostless13

Results 1 issues of lostless13

Price for L2 updates on Huobi can have 12 significant digits. Currently, ccxws uses 8 digits. ``` let asks = tick.asks ? tick.asks.map(p => new Level2Point(p[0].toFixed(8), p[1].toFixed(2))) : []; let...