This class is used to indicate the Position type information. The following arethe propertiesand the description for each one
Properties
| Property | Description |
| RefClosePrice | The close price ofthereferenced symbol. Value of type is Double |
| ClosePrice | Closing price ofthe position. Value of type is Double |
| Ticket | The position ticket number. Value of type is String |
| BuySell | Position operation type. Value of type isOperationType |
| Lots | Position amount inlots. Value of type is Double |
| Interest | Position interest value. Value of type is Double |
| Price | Open price for position, Value of type is Double |
| FloatingProfitLoss | The profit or loss which the client gains or loses respectively. Value of type is Double |
| SymbolID | Position symbol number. Value of type is String |
| SymbolName | Position symbol name. Value of type is String |
| PosTime | Time of open position. Value of type is String |
| Commission | Position commission value. Value of type is Double |
| Liquidated | Indicates if account that the position belongs to was liquidated or not. Value of type is Boolean |
See Also