Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
class
Clock:
16
def
__init__(self, trading_time, clock_event):
17
self.trading_state = trading_time
18
self.clock_event = clock_event
19
20
21
class
ClockIntervalHandler:
Callers
1
push_event_type
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected