以文本方式查看主题 - 金字塔客服中心 - 专业程序化交易软件提供商 (http://www.weistock.com/bbs/index.asp) -- 高级功能研发区 (http://www.weistock.com/bbs/list.asp?boardid=5) ---- OrderInfoByCode2出错 (http://www.weistock.com/bbs/dispbbs.asp?boardid=5&id=155868) |
-- 作者:roadpeace -- 发布时间:2017/7/11 14:08:07 -- OrderInfoByCode2出错 dim outOrderID,outConSign,outFilled,outRemaining,outAction,outOrderType,outLmtPrice,outAccount,outKaiping application.msgout(Order.OrderInfoByCode2("002160","sz",outOrderID,outConSign,outFilled,outRemaining,outAction,outOrderType,outLmtPrice,outAccount,outKaiping,1)) 有挂买单,但是调用OrderInfoByCode2,返回0 (失败),看不出哪里不对
|
-- 作者:yukizzc -- 发布时间:2017/7/11 15:07:44 -- aa = Order.OrderInfoByCode2("002160","sz",outOrderID,outConSign,outFilled,outRemaining,outAction,outOrderType,outLmtPrice,outAccount,outKaiping,1) 你直接输出下对应的输出参数看下,取值正常可能是返回值有问题 |