Table of Contents

Method ChangePassword

Namespace
ViiSync.AccountApi
Assembly
ViiSync.AccountApi.dll

ChangePassword(string, bool)

Change the master (or investor) password (MT5 ChangePassword). Throws ServerException (INVALID_PASSWORD) when the server refuses it.

public void ChangePassword(string password, bool isInvestor = false)

Parameters

password string
isInvestor bool

Remarks

MT5 equivalent

  • MT5API.ChangePassword(string password, bool isInvestor = False) — full