MCPcopy Create free account
hub / github.com/shidenggui/easyquant / LFEngine

Class LFEngine

test.py:31–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30
31class LFEngine(PushBaseEngine):
32 EventType = 'lf'
33
34 def init(self):
35 self.source = easyquotation.use('lf')
36
37 def fetch_quotation(self):
38 return self.source.stocks(['162411', '000002'])
39
40
41quotation_choose = input('请输入使用行情引擎 1: sina 2: leverfun 十档 行情(目前只选择了 162411, 000002)\n:')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected