MT5 InvestorModeException
MT5 class mtapi.mt5.InvestorModeException → ViiSync InvestorModeException.
3 of 3 applicable members are fully covered, 0 partially.
| MT5 member | kind | ViiSync equivalent | status | what differs |
|---|---|---|---|---|
InvestorModeException() |
ctor | InvestorModeException (constructor) | full | thrown by every trade / password call on an investor session (client pre-check; the engine refuses the same commands server-side with TRADE_DISABLED) |
InvestorModeException(string message) |
ctor | InvestorModeException (constructor) | full | thrown by every trade / password call on an investor session (client pre-check; the engine refuses the same commands server-side with TRADE_DISABLED) |
InvestorModeException(string message, Exception innerException) |
ctor | InvestorModeException (constructor) | full | thrown by every trade / password call on an investor session (client pre-check; the engine refuses the same commands server-side with TRADE_DISABLED) |