se
se copied to clipboard
Volume notified not accurate
https://github.com/jovinjijo/se/blob/2c6b4de80d834f5f5d7f3a9e91b96964fdbed698/packages/core/src/Order/StockOrderStore.ts#L133
Issue -> For same LTP if multiple orders are settled, notifyLtpUpdate and addTick will be done only for the time when LTP changed. Problem with that is, quantity/volume which is notified in notifyLtpUpdate and addTick would be inaccurate and would be only for the order when LTP changed. notifyLtpUpdate and addTick won't be called for subsequent orders, where LTP remains the same.