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

Method __init__

easyquant/push_engine/clock_engine.py:16–18  ·  view source on GitHub ↗
(self, trading_time, clock_event)

Source from the content-addressed store, hash-verified

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

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected