This commit is contained in:
2025-12-05 18:06:39 +08:00
parent c59d29d52e
commit b435f12c49
4 changed files with 15 additions and 8 deletions
+8
View File
@@ -0,0 +1,8 @@
from qmt import QmtV
from eventbus import marketDataEventBus
qmtv:QmtV = None
def init_qmtv():
global qmtv
qmtv = QmtV()