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

Method update_order

quantdigger/kernel/engine/exchange.py:61–65  ·  view source on GitHub ↗

模拟交易所收到订单。

(self, event)

Source from the content-addressed store, hash-verified

59 pass
60
61 def update_order(self, event):
62 """
63 模拟交易所收到订单。
64 """
65 self._open_orders.add(event.order)
66
67 def update_datetime(self, dt):
68 self._datetime = dt

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected