PriceDisplayFormat

Public data contract containing information about the instrument of a position, which is useful for display and formatting.

  • Name Type Description
    BarrierDecimals Integer Number of display decimals for barrier price. One touch/no touch options only.
    BarrierFormat PriceDisplayFormatType Display format of barrier price. One touch/no touch options only.
    Decimals Integer The resolution in which e.g. a price must be displayed and possibly edited. Positive numbers are represents digits, and negative numbers represent fractions using this formula: 1/(2^x).
    Format PriceDisplayFormatType Format code specifying how price should be formatted.
    NumeratorDecimals Integer Some fractional prices have decimals in the numerator, e.g. 2.5/32. This is relevant for futures and cfds on futures.
    OrderDecimals Integer The number of decimals trigger price for orders should be formatted with.
    PriceCurrency String Price currency of the instrument.
    StrikeDecimals Integer The decimals value to use when formatting strike price. Only relevant for options.
    StrikeFormat PriceDisplayFormatType The price format to use when formatting strike price. Only relevant for options.