public property O2GClosedTradeTableRow.RolloverInterest

Brief

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

Declaration
C#
double  RolloverInterest get;

Details

The returned value is expressed in the account currency and can be positive or negative.

If the position has not been held opened overnight, the method returns 0.0.

Declared in O2GClosedTradeRow

back