public property O2GAccountTableRow.NonTradeEquity

Brief

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

Declaration
C#
double  NonTradeEquity get;

Details

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

The accounting transactions are: deposits, withdrawals, and funds transfers. 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 O2GAccountRow

back