public property O2GTradeTableRow.RolloverInterest

Brief

Gets the cumulative amount of funds that is added to the account balance for holding the position opened overnight.

Declaration
C#
double  RolloverInterest get;

Details

The returned value is expressed in the account currency. It can be positive or negative.
If the position has not been held opened overnight, the method returns 0.0.

Declared in O2GTradeRow

back