- Order
- Time
- TimeMsc
- DealType
- TypeDescription
- Entry
- EntryDescription
- Magic
- PositionId
- Volume
- Price
- Commision
- Swap
- Profit
- Symbol
- Comment
- InfoInteger
- InfoDouble
- InfoString
- Ticket
- SelectByIndex
InfoInteger
Gets the value of specified integer type property.
bool InfoInteger(
|
Parameters
prop_id
[in] ID of integer type property from ENUM_DEAL_PROPERTY_INTEGER enumeration.
var
[out] Reference to long type variable to place result.
Return Value
true – success, false – unable to get property value.
Note
The deal should be selected using the Ticket (by ticket) or SelectByIndex (by index) methods.