public property O2GOfferTableRow.Digits

Brief

Gets the instrument price precision.

Declaration
C#
int  Digits get;

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