AccountInfo 账户信息
来自tradeStar帮助系统
函数 | AccountInfo |
别名 | 账户信息 |
所属类别 | 交易函数 |
参数数量 | 1 |
运行模式 | 逐根/逐行 |
说明 | 返回指定的账户属性或信息 |
用法 | AccountInfo(attribute)
例如: AccountInfo(Attribute) Attribute:信息类型,以下枚举值 AI_CurrentEquity //动态权益 AI_PreviousEquity //昨日结存 AI_OpenProfit //浮动盈亏 AI_BuyMargin //买入保证金 AI_SellMargin //卖出保证金 AI_BuyFreeze //买入委托冻结 AI_SellFreeze //卖出委托冻结 AI_TodayDeposit //当日入金 AI_TodayDrawing //当日出金 |