public method ClosedPosition.getRolloverInterest

Brief

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

Declaration

protojavascriptjavacsharp
public getRolloverInterest() : real

Returns

The method returns a real value that represents the cumulative amount of funds that is added the account balance for holding the position overnight

Details

Rollover interest is expressed in the account currency. Its value can be positive or negative. If the position has not been held overnight, the returned value is 0.0.

Declared in ClosedPosition

back