se icon indicating copy to clipboard operation
se copied to clipboard

A very simplified implementation of a stock exchange.

Results 1 se issues
Sort by recently updated
recently updated
newest added

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...