MCPcopy Create free account
hub / github.com/QuantFans/quantdigger / update_bar

Method update_bar

quantdigger/kernel/engine/blotter.py:146–148  ·  view source on GitHub ↗

当前bar数据更新。

(self, bars)

Source from the content-addressed store, hash-verified

144 }]
145
146 def update_bar(self, bars):
147 """ 当前bar数据更新。 """
148 self._bars = bars
149
150 def update_datetime(self, dt):
151 """

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected