public method O2GOfferTableRow.getDigits

Brief

Gets the instrument price precision.

Declaration
Java
int  getDigits ()

Details

The returned value reflects the number of digits after the decimal point in an instrument price quote. For example, the method returns 5 for EUR/USD and 3 for USD/JPY.

Declared in O2GOfferRow

back