mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-13 17:42:42 +08:00
d41aff9a99
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.