COOrder
Posted by Mohammad Rahhal, Last modified by Diana Alkouni on 25 August 2020 11:03 AM
|
Description
This class represents the order object that has order information.
Properties
Part |
Description |
OrderID |
Order number, value of type Integer (read only) |
OrderType |
Type of order, value of type OrdersTypeEnum (Read only) |
BuySell |
Operation Type, value of OperationTypeEnum (Read only)
|
OrderTicket |
The order number that associated to ticket number (in manage order case), value of type Integer |
Lots |
Amount of lots, value of type double (read only) |
LimitPrice |
Order price, value of type double (Read only) |
SL |
Stop loss, value of type double (Read only) |
TP |
Take profit, value of type double. (Read only) |
OrderTime |
Time value that order placed on, value of type string (Read only) |
SymbolID |
Trading symbol ID, value of type Long (Read only) |
SymbolName |
Trading Symbol Name, value of type String (Read only) |
AccountID |
Associated account number that get order, value of type Integer.
|
Note |
Text that added when take order, value of type String. |
FormatPrice |
Method used to formatted price depending on symbol pip location,value of type String. |
See Also
VertexFX Backoffice API Index
|
(0 vote(s))
Helpful Not helpful
|