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