MCPcopy Create free account
hub / github.com/shidenggui/easyquant / stop

Method stop

easyquant/push_engine/clock_engine.py:210–211  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

208 self.event_engine.put(event)
209
210 def stop(self):
211 self.is_active = False
212
213 def is_tradetime_now(self):
214 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected