mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-29 11:18:20 +08:00
Found that when implementing different slippage model, needed the open amount in several places/functions, having the open amount as a property of an order should help reduce the need for passing that around and maintaining the value separately.