update
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from qmt import QmtV
|
||||
from eventbus import marketDataEventBus
|
||||
|
||||
qmtv:QmtV = None
|
||||
|
||||
def init_qmtv():
|
||||
global qmtv
|
||||
qmtv = QmtV()
|
||||
Reference in New Issue
Block a user