MCPcopy Index your code
hub / github.com/QuantFans/quantdigger / order

Method order

quantdigger/kernel/engine/api.py:42–47  ·  view source on GitHub ↗

下单请求 :param Order order: 委托订单。

(self, order, sync=False)

Source from the content-addressed store, hash-verified

40
41 @abstractmethod
42 def order(self, order, sync=False):
43 """ 下单请求
44
45 :param Order order: 委托订单。
46 """
47 pass
48
49 @abstractmethod
50 def cancel_order(self, orderid, sync=False):

Callers 4

plot_simple_entryFunction · 0.45
plot_summaryFunction · 0.45
plot_compareFunction · 0.45
plot_summary2Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected