Class InvestorModeException
- Namespace
- ViiSync.AccountApi
- Assembly
- ViiSync.AccountApi.dll
A trade call on a read-only (investor) session (MT5 InvestorModeException).
public class InvestorModeException : Exception, ISerializable
- Inheritance
-
InvestorModeException
- Implements
- Inherited Members
Constructors
- InvestorModeException()
Create with the default message.
- InvestorModeException(string)
Create with a message.
- InvestorModeException(string, Exception)
Create with a message and the underlying failure.