mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-05 09:58:02 +08:00
5422970d13
The intraday performance results were emitting all transactions for the entire day up to that point, instead of the desired transaction list for the current timestamp. Add a `dt` parameter to the `to_dict` method of PerformancePeriod so that the transactions are limited to a specific datetime. When the parameter is `None`, a todays_performance object will function as previously with returning all transactions for the day. # Please enter the commit message for your changes. Lines starting