public method Account.getGrossPL

Overview

Gets the amount of profits and losses of all open positions on the account not including commissions, rollover, and dividends

Declaration

function getGrossPL()
public double getGrossPL();
public double getGrossPL();

Returns

The method returns a real value that represents the amount of profits and losses of all open positions on the account, not including commissions, rollover, and dividends

Details

Declared in Account