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

Class Clock

easyquant/push_engine/clock_engine.py:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14
15class Clock:
16 def __init__(self, trading_time, clock_event):
17 self.trading_state = trading_time
18 self.clock_event = clock_event
19
20
21class ClockIntervalHandler:

Callers 1

push_event_typeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected