Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/shidenggui/easyquant
/ close
Method
close
easyquant/push_engine/clock_engine.py:150–151 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
148
149
# 收盘事件
150
def
close():
151
self.trading_state = False
152
153
self._register_moment(
'close'
, datetime.time(15, tzinfo=self.tzinfo), makeup=True, call=close)
154
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected