@ex-master/core
Advanced tools
Comparing version 0.2.28 to 0.2.29
@@ -53,2 +53,5 @@ "use strict"; | ||
} | ||
if (order.filledSize.lessThan(previous.filledSize)) { | ||
return; | ||
} | ||
if (active) { | ||
@@ -55,0 +58,0 @@ activeOrderMap.set(id, order); |
{ | ||
"name": "@ex-master/core", | ||
"version": "0.2.28", | ||
"version": "0.2.29", | ||
"main": "bld/library/index.js", | ||
@@ -30,3 +30,3 @@ "types": "bld/library/index.d.ts", | ||
}, | ||
"gitHead": "6b81af8bd61305dfbd06064f8b2d1a207a26ca4f" | ||
"gitHead": "3f161b91d432e02feab03026298e9d063963dc72" | ||
} |
@@ -89,2 +89,6 @@ import Decimal from 'decimal.js'; | ||
if (order.filledSize.lessThan(previous.filledSize)) { | ||
return; | ||
} | ||
if (active) { | ||
@@ -91,0 +95,0 @@ activeOrderMap.set(id, order); |
Sorry, the diff of this file is not supported yet
109329
2230