ArjunVachhani / order-matcher

simple, fast and feature rich order matching engine supports limit, market, stop-loss, iceberg, IOC, FOK, GTD orders
MIT License
137 stars 70 forks source link

remove goto from MatchingEngine.cs #56

Closed Kordeone closed 1 year ago

Kordeone commented 1 year ago

The goto is always a bad solution as we know and I think this way it would be better! and it was optional but I removed redundant boolean literals from expressions to improve readability.