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

Method on_clock

easyquant/multiprocess/strategy_wrapper.py:37–41  ·  view source on GitHub ↗

推送时钟

(self, event)

Source from the content-addressed store, hash-verified

35 self.__event_queue.put(event)
36
37 def on_clock(self, event):
38 """
39 推送时钟
40 """
41 self.__clock_queue.put(event)
42
43 def _process_event(self):
44 """

Callers

nothing calls this directly

Calls 1

putMethod · 0.80

Tested by

no test coverage detected