public method IO2GTradeTableRow.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 is not charged or has not been charged yet, the method returns 0.0.

Declared in IO2GTradeRow

back