Call MarketData.RegReportNotify("003041","SZ")
Call MarketData.RegReportNotify("000920","SZ")
End Sub
Sub MarketData_ReportNotify(ReportData)
NewPrice=ReportData.NewPrice
stkLable=ReportData.Label
StockName=ReportData.StockName
Application.Msgout Cdate(time) & ",Code:" & stkLabel & ",StockName:" & StockName & ",NewPrice:" & NewPrice & ",成交买卖方向:" &
ReportData.OrnumType & ",上跳总次数:" & ReportData.TickUp0 & ",下跳总次数:" & ReportData.TickDown0
End Sub
输出如下:
11:31:02,Code:,StockName:真爱美家,NewPrice:30.55,成交买卖方向:0,上跳总次数:406,下跳总次数:440
11:37:01,Code:,StockName:南方汇通,NewPrice:6.45,成交买卖方向:0,上跳总次数:71,下跳总次数:79
请问,ReportData.Label为什么取不到值?
这样测试没有问题
此主题相关图片如下:n1`~6c8)g_zog`c}52s.png
我使用的版本是信达证券券商版,V5.33 授权普通版,请问与这个有关吗?