public method IO2GTradeTableRow.getRolloverInterest

Brief

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

Declaration
C++
virtual double  getRolloverInterest () = 0

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 IO2GTradeRow

back