public method ClosedPositionBuilder.setRolloverInterest
Overview
Sets the cumulative amount of funds that is added to the account balance for holding the position overnight
Declaration
function setRolloverInterest(value)
public void setRolloverInterest(double value);
public void setRolloverInterest(double value);
Parameters
| Name | Description |
|---|---|
| value | The amount of rollover interest |
Details
Declared in ClosedPositionBuilder