mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-26 13:18:31 +08:00
To make implementing a custom slippage model more straightforward, provide a simulate method that will setup the calling of `process_order`, which individual slippage models override to do the unique slippage handling, where the simulate method handles the boilerplate of checking order triggers, etc.