public method IO2GClosedTradeRow.getCommission

Brief

Gets 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
C++
virtual double  getCommission () = 0

Details

The returned value is expressed in the account currency.

If the commission has not been charged, the method returns 0.0.

Declared in IO2GClosedTradeRow

back