GetRtAccountEquity 账户实时权益
来自tradeStar帮助系统
| 函数 | GetRtAccountEquity |
| 别名 | 账户实时权益 |
| 所属类别 | 交易账户函数 |
| 参数数量 | 10 |
| 运行模式 | 逐根 |
| 说明 | 返回账户实时的市值,无效账户返回0 |
| 用法 | GetRTAccountEquity(Account=)
参数:Account为账户名,为空字串或无此参数表示当前账户 例如: value1 := GetRTAccountEquity(GetAccountID); value2 := GetRTAccountEquity('168168'); value3 := GetRTAccountEquity(); value4 := GetRTAccountEquity; 若当前策略关联的账户是'168168',以上四条语句是一样的 |