PriceDisplayFormatType

The format modifiers in which e.g. a price must be displayed and possibly edited.

  • Name Description
    AllowDecimalPips Display the last digit as a smaller than the rest of the numbers. Note that this digit is not included in the number of decimals, effectively increasing the number of decimals by one. E.g. 12.345 when Decimals is 2 and DisplayFormat is AllowDecimalPips.
    Fractions Display as regular fraction i.e. 3 1/4
    ModernFractions Special US Bonds futures fractional format (1/32s or 1/128s without nominator). If PriceDecimals = -5 then the nominator is 32, else 128.
    Normal Standard decimal formatting is used with the Decimals field indicating the number of decimals.
    Percentage Display as percentage, e.g. 12.34%.