Table of Contents

Property IsInvestor

Namespace
ViiSync.AccountApi
Assembly
ViiSync.AccountApi.dll

IsInvestor

True when this session logged in with the account's INVESTOR password (MT5 IsInvestor): read-only — quotes, account, positions, orders and history work; every trade/password call throws InvestorModeException here, and the engine refuses them server-side with TRADE_DISABLED regardless of the client.

public bool IsInvestor { get; }

Property Value

bool

Remarks

MT5 equivalent

  • MT5API.IsInvestor — full: investor (read-only) login: the engine accepts the investor password, flags the session (login-response flags byte, JWT inv claim, connections view) and refuses every non-read opcode with TRADE_DISABLED