public method Account.getEquity

Overview

Gets the amount of funds on the account including profits and losses of all open positions

Declaration

function getEquity()
public double getEquity();
public double getEquity();

Returns

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

Details

Declared in Account