mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-28 23:24:02 +08:00
hooking perf to the on_done callback.
This commit is contained in:
@@ -29,6 +29,8 @@ class TradeSimulationClient(qmsg.Component):
|
||||
)
|
||||
|
||||
self.perf = perf.PerformanceTracker(self.trading_environment)
|
||||
self.on_done = self.perf.handle_simulation_end
|
||||
|
||||
|
||||
@property
|
||||
def get_id(self):
|
||||
|
||||
Reference in New Issue
Block a user