public method Instrument.getPointSize

Brief

Gets the size of one pip

Declaration

protojavascriptjavacsharp
public getPointSize() : real

Returns

The method returns a real value that represents the size of one pip

Details

It defines the smallest move the instrument price can make. In the case of FX instruments, it is expressed in the instrument counter currency. In the case of CFD instruments, it is expressed in the instrument native currency

Declared in Instrument

back