# GetSecuritiesCount 方法

GetSecuritiesCount(Account)

得到指定账户的可融券品种数量

参数
参数 说明
Account 指定需要刷新的账户,若为空字符串则表示刷新全部账户的可融券信息

注意:使用该函数方法前请务必调用SynchroSecurities函数已确保可融券信息已经下载到客户端

示例
Application.MsgOut order.GetSecuritiesCount("") '打印输出当前默认账户的可融券品种数量
1

应用于

Order 对象