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

415 B

SetAsyncMode

Sets asynchronous mode for trade operations.

void  SetAsyncMode(
   bool  mode      // asynchronous mode flag
   )

Parameters

mode

[in]  Asynchronous mode flag.

Return Value

None.

Note

This mode is used for asynchronous (without waiting for the trade server's response to a sent request) trade operations (see OrderSendAsync).