13 lines
466 B
Markdown
13 lines
466 B
Markdown
# CheckResultRetcodeDescription
|
||
|
||
Gets the string description of the retcode field of [MqlTradeCheckResult](/en/docs/constants/structures/mqltradecheckresult) type filled while checking the request correctness.
|
||
|
||
```
|
||
string ResultRetcodeDescription() const
|
||
|
||
```
|
||
|
||
Return Value
|
||
|
||
The string description of the retcode field (Error code) of [MqlTradeCheckResult](/en/docs/constants/structures/mqltradecheckresult) type filled while checking the request correctness.
|