hooking perf to the on_done callback.

This commit is contained in:
fawce
2012-03-16 17:54:34 -04:00
parent 2a948cbfa2
commit a2c4babd93
+2
View File
@@ -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):