public method IO2GAccountRow.getNonTradeEquity

Brief

Gets the amount of accounting transactions that is applied to the account during the current trading day.

Declaration
C++
virtual double  getNonTradeEquity () = 0

Details

The returned value is a part of the equity balance that reflects non-trading activity.
The returned value is expressed in the account currency.

The accounting transactions are: deposit, withdrawal and funds transfer. If there are no accounting transactions during the current trading day, the method returns 0.0.
A trading day is from 17:00 through 17:00 Eastern Time (UTC-5).

Declared in IO2GAccountRow

back