public method IO2GClosedTradeRow.getRolloverInterest

Brief

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

Declaration
C++
virtual double  getRolloverInterest () = 0

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 IO2GClosedTradeRow

back