13 lines
399 B
Markdown
13 lines
399 B
Markdown
# CheckResultMargin
|
||
|
||
# Gets the value of the margin field of MqlTradeCheckResult type filled while checking the request correctness.
|
||
|
||
```
|
||
double CheckResultMargin() const
|
||
|
||
```
|
||
|
||
Return Value
|
||
|
||
The value of the margin field (margin required for the trade operation) of [MqlTradeCheckResult](/en/docs/constants/structures/mqltradecheckresult) type filled while checking the request correctness.
|