public method ClosedPositionBuilder.setCommission

Overview

Sets the amount of funds subtracted from the account balance to pay for the broker's service in accordance with the terms and conditions of the account trading agreement

Declaration

function setCommission(value)
public void setCommission(double value);
public void setCommission(double value);

Parameters

Name Description
value The amount of commission

Details

Declared in ClosedPositionBuilder