Summary
Represents the margin level of the current account.
Margin level (in %) is calculated using this formula:
Equity / Margin * 100
Syntax
public double? MarginLevel{ get; }
Example 1
Print("The marginlevel of this account is: {0}", Account.MarginLevel);