13 lines
477 B
Markdown
13 lines
477 B
Markdown
# CheckResultEquity
|
||
|
||
Gets the value of the equity field of [MqlTradeCheckResult](/en/docs/constants/structures/mqltradecheckresult) type filled while checking the request correctness.
|
||
|
||
```
|
||
double CheckResultEquity() const
|
||
|
||
```
|
||
|
||
Return Value
|
||
|
||
The value of the equity field (equity value that will be after the execution of the trade operation) of [MqlTradeCheckResult](/en/docs/constants/structures/mqltradecheckresult) type filled while checking the request correctness.
|