public method IO2GOfferTableRow.getPipCost

Brief

Gets the cost of one pip per lot.

Declaration
C++
virtual double  getPipCost () = 0

Details

The returned value is expressed in the account currency and used to calculate the P/L value in the account currency.

The size of one lot is returned by the IO2GTradingSettingsProvider.getBaseUnitSize method.

Declared in IO2GOfferTableRow

back