public method Instrument.getFractionalPipSize
Overview
Returns the size of a fractional pip for the instrument. The fractional pip size is the smallest fraction of a pip that the instrument can be traded in, and it is expressed in decimals
Declaration
function getFractionalPipSize()
public double getFractionalPipSize();
public double getFractionalPipSize();
Returns
The method returns a real value that represents the size of a fractional pip for the instrument
Details
Declared in Instrument