- Ticket
- TimeSetup
- TimeSetupMsc
- OrderType
- TypeDescription
- State
- StateDescription
- TimeExpiration
- TimeDone
- TimeDoneMsc
- TypeFilling
- TypeFillingDescription
- TypeTime
- TypeTimeDescription
- Magic
- PositionId
- VolumeInitial
- VolumeCurrent
- PriceOpen
- StopLoss
- TakeProfit
- PriceCurrent
- PriceStopLimit
- Symbol
- Comment
- InfoInteger
- InfoDouble
- InfoString
- StoreState
- CheckState
- Select
- SelectByIndex
InfoDouble
获取指定双精度型属性的值。
bool InfoDouble(
|
参数
prop_id
[输入] 双精度型属性 ID (值为 ENUM_ORDER_PROPERTY_DOUBLE 枚举)。
var
[输出] 保存双精度型结果的变量的引用。
返回值
true 成功情况下, false 如果不能获取属性值。
注释
订单必须先行使用 Select (通过单号) 或 SelectByIndex (通过索引) 方法选择。