Order Class |
Namespace: TradingAPI.MT4Server
The Order type exposes the following members.
Name | Description | |
---|---|---|
ToString |
Convert to string
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
ClosePrice |
Close price. Just for history orders.
| |
CloseTime |
Close time. Just for history orders.
| |
Comment |
Order comment.
| |
Commission |
Commission value.
| |
Ex |
Extended order information.
| |
Expiration |
Expiration time of pending order.
| |
Lots |
Amount of lots. Be carefull some brokers use non standart lots.
| |
MagicNumber |
Identifying (magic) number.
| |
OpenPrice |
Open price.
| |
OpenTime |
Open time.
| |
Profit |
Net profit value (without swaps or commissions) in base currency.
| |
RateClose |
Convertation rate from profit currency to group deposit currency for close time.
| |
RateMargin |
Rate of convertation from margin currency to deposit one.
| |
RateOpen |
Convertation rate from profit currency to group deposit currency for open time.
| |
StopLoss |
Stop loss.
| |
Swap |
Swap value.
| |
Symbol |
Trading instrument.
| |
TakeProfit |
Take profit.
| |
Ticket |
Ticket number.
| |
Type |
Order type.
|