等级: 免费版
- 注册:
- 2022-11-7
- 曾用名:
|
Set QQobj = CreateObject("WWSCommon.TCGroup")
QQgroup="jzt"
qq="共煌"
if exaspect=0 and exkaiping=0 then '买开
neirong= exStkName&": "&exsign&", " &"买开价="&exPrice&","&"买开量:="&exfilled
end if
if exaspect=1 and exkaiping=0 then '卖开
neirong= exStkName&": "&exsign&", " &"卖开价="&exPrice&","&"卖开量:="&exfilled
end if
if exaspect=1 and exkaiping>0 then '卖平
neirong= exStkName&": "&exsign&", " &"卖平价="&exPrice&","&"卖平量:="&exfilled
end if
if exaspect=0 and exkaiping>0 then '买平
neirong= exStkName&": "&exsign&", " &"买平价="&exPrice&","&"买平量:="&exfilled
end if
call QQobj.TransMessage(QQgroup, neirong)
call QQobj.TransMessage(qq, neirong)
Set QQobj = Nothing
|
|