MCPcopy Index your code
hub / github.com/shidenggui/easyquant / fetch_quotation

Method fetch_quotation

custom/fixeddataengine.py:54–56  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

52 self.source = easyquotation.use(self.s)
53
54 def fetch_quotation(self):
55 # 返回行情
56 return self.source.stocks(self.watch_stocks)
57
58 def push_quotation(self):
59 while self.is_active:

Callers 1

push_quotationMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected