Summary
Contains all Account information
Syntax
public IAccount Account{ get; }
Example 1
double balance = Account.Balance; string currency = Account.Currency; double equity = Account.Equity; double freemargin = Account.FreeMargin; double margin = Account.Margin; double? marginlevel = Account.MarginLevel; int leverage = Account.Leverage;