Represents a historical deal (execution).
More...
#include <objects.hpp>
|
|
int64_t | ticket |
| | Deal ticket.
|
| |
|
int64_t | order |
| | Order ticket that generated the deal.
|
| |
|
int64_t | time |
| | Deal time.
|
| |
|
int64_t | time_msc |
| | Deal time in msc.
|
| |
|
int32_t | type |
| | Deal type.
|
| |
|
int32_t | entry |
| | Deal entry direction.
|
| |
|
int64_t | magic |
| | Expert Advisor ID.
|
| |
|
int64_t | position_id |
| | Position identifier.
|
| |
|
int32_t | reason |
| | Reason for deal execution.
|
| |
|
double | volume |
| | Deal volume.
|
| |
|
double | price |
| | Deal price.
|
| |
|
double | commission |
| | Commission.
|
| |
|
double | swap |
| | Swap.
|
| |
|
double | profit |
| | Profit.
|
| |
|
double | fee |
| | Fee.
|
| |
|
std::string | symbol |
| | Symbol name.
|
| |
|
std::string | comment |
| | Deal comment.
|
| |
|
std::string | external_id |
| | External system ID.
|
| |
Represents a historical deal (execution).
The documentation for this struct was generated from the following file: