Description
An object that holds the order data.
Properties
Key | Description |
OrderId | The Order ID as Long. Readonly |
BuySell | Defines buy or sell as Integer. Readonly |
Lots | The Amount of lots as Double. Readonly |
OrderTicket | The Ticket of the Order as Long. Readonly |
OrderTime | The Time of the Order as String. Readonly |
OrderType | Defines Type of the Order as Integer. Readonly |
SL | The StopLoss as Double. Readonly |
SymbolID | Symbol ID of the Order as Integer. Readonly |
SymbolName | The Symbol of the Order as String. Readonly |
TP | The Take Profit (TP) as Double. Readonly |
LimitPrice | The Price of the Order as Double. Readonly |
See Also