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

Method update_fill

quantdigger/kernel/engine/blotter.py:100–104  ·  view source on GitHub ↗

处理委托单成交事件。

(self, event)

Source from the content-addressed store, hash-verified

98
99 @abstractmethod
100 def update_fill(self, event):
101 """
102 处理委托单成交事件。
103 """
104 raise NotImplementedError("Should implement update_fill()")
105
106
107class SimpleBlotter(Blotter):

Callers 1

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected