Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/3432-standardlibrary-tradeclasses-ctrade-ctradecheckresult.md
T
2026-06-23 21:47:51 +08:00

385 B

CheckResult

Gets the copy of the structure of the last request check result.

void  CheckResult(
   MqlTradeCheckResult&  check_result      // reference
   ) const 

Parameters

check_result

[out]   Reference to the target structure of the MqlTradeCheckResult type for copying.

Return Value

None.