public method Account.getEquity

Brief

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

Declaration

protojavascriptjavacsharp
public getEquity() : real

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

back