public property O2GOfferTableRow.PointSize

Brief

Gets the size of one pip.

Declaration
C#
double  PointSize get;

Details

The returned value is used to specify the smallest move an instrument can make.
In case of FX instruments, it is expressed in the instrument counter currency.
In case of CFD instruments, it is expressed in the instrument native currency.

The possible values are:

The method returns different pip values for different instruments. For example, it returns 0.0001 for EUR/USD and 0.01 for USD/JPY.
Note: For different instruments, the minimum possible change of price can be one pip or a fraction of a pip. In case of FX instruments, the pip is the minimal possible change of the second-to-last digit in a price quote. In case of CFD instruments, the pip is the minimal possible change of the last digit in a price quote.

Declared in O2GOfferRow

back