- 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
InfoString
Gets the value of specified string type property.
bool InfoString(
|
Parameters
prop_id
[in] ID of string property from ENUM_ORDER_PROPERTY_STRING enumeration.
var
[out] Reference to string type variable to place result.
Return Value
true – success, false – unable to get property value.
Note
The order should be selected using the Select (by ticket) or SelectByIndex (by index) methods.