public method Account.getUsableMaintenanceMargin
Overview
Gets the amount of funds available to open new positions or to absorb losses of existing positions on the account with the three-level margin policy
Declaration
function getUsableMaintenanceMargin()
public double getUsableMaintenanceMargin();
public double getUsableMaintenanceMargin();
Returns
The method returns a real value that represents the amount of funds available to open new positions or to absorb losses of existing positions on the account with the three-level margin policy
Details
Declared in Account