public method O2GOfferTableRow.getPipCost

Brief

Gets the cost of one pip per lot.

Declaration
Java
double  getPipCost ()

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 O2GTradingSettingsProvider.getBaseUnitSize method.

Declared in O2GOfferTableRow

back