public method O2GClosedTradeRow.getRolloverInterest

Brief

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

Declaration
Java
double  getRolloverInterest ()

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