- Time
- TimeMsc
- TimeUpdate
- TimeUpdateMsc
- PositionType
- TypeDescription
- Magic
- Identifier
- Volume
- PriceOpen
- StopLoss
- TakeProfit
- PriceCurrent
- Commission
- Swap
- Profit
- Symbol
- Comment
- InfoInteger
- InfoDouble
- InfoString
- Select
- SelectByIndex
- SelectByMagic
- SelectByTicket
- StoreState
- CheckState
InfoInteger
获取指定整数型属性的值。
bool InfoInteger(
|
参数
prop_id
[输入] 整数型属性 ID (值为 ENUM_POSITION_PROPERTY_INTEGER 枚举)。
var
[输出] 保存长整数型结果的变量的引用。
返回值
true 成功情况下, false 如果不能获取属性值。
注释
持仓必须先行使用 Select (通过单号) 或 SelectByIndex (通过索引) 方法选择。