程式內容如下:
var: brokerName("");
var: AbuyVol(0), BsellVol(0), netBuy(0) ;
brokerName = "凱基" ;
AbuyVol = GetBrokerBuyVolume(brokerName) ;
BsellVol = GetBrokerSellVolume(
netBuy = AbuyVol - BSellVol ;
編譯時出現下列內容
未知的關鍵字 "GetBrokerBuyVolume",
未知的關鍵字 "GetBrokerSellVolume",

9 評論