public method Account.getUsedMargin
Overview
Gets the amount of funds used to maintain all open positions on the account
Declaration
function getUsedMargin()
public double getUsedMargin();
public double getUsedMargin();
Returns
The method returns a real value that represents the amount of funds used to maintain all open positions on the account
Details
Declared in Account