Interface: StandardFormattersDependenciesMapping<T>
Broker.StandardFormattersDependenciesMapping
The interface that describes the mapping of values in the AccountManagerColumnBase.formatter and AccountManagerColumnBase.dataFields properties of the Account Manager columns. Refer to the Value formatters section for more information.
Type parameters
| Name | Type |
|---|---|
T | extends string = string |
Properties
coloredPercentage
coloredPercentage: [valueProperty: FieldRef<T>]
date
date: [dateProperty: FieldRef<T>]
dateOrDateTime
dateOrDateTime: [dateProperty: FieldRef<T>]
default
default: FieldRef<T>[]
empty
empty: []
fixed
fixed: [valueProperty: FieldRef<T>]
fixedInCurrency
fixedInCurrency: [valueProperty: FieldRef<T>, currencyProperty: FieldRef<T>]
formatExitLevels
formatExitLevels: [priceProperty: FieldRef<T>] | [priceProperty: FieldRef<T>, exitLevels: FieldRef<T>, qty: FieldRef<T>]
formatPrice
formatPrice: [priceProperty: FieldRef<T>]
formatPriceForexSup
formatPriceForexSup: [priceProperty: FieldRef<T>]
formatPriceInCurrency
formatPriceInCurrency: [priceProperty: FieldRef<T>, currencyProperty: FieldRef<T>]
formatQuantity
formatQuantity: [qtyProperty: FieldRef<T>]
integerSeparated
integerSeparated: [valueProperty: FieldRef<T>]
localDate
localDate: [dateProperty: FieldRef<T>]
localDateOrDateTime
localDateOrDateTime: [dateProperty: FieldRef<T>]
marginPercent
marginPercent: [valueProperty: FieldRef<T>]
percentage
percentage: [valueProperty: FieldRef<T>]
pips
pips: [pipsProperty: FieldRef<T>]
positionSide
positionSide: [sideProperty: FieldRef<T>]
profit
profit: [profitProperty: FieldRef<T>]
profitInInstrumentCurrency
profitInInstrumentCurrency: [profitProperty: FieldRef<T>, currencyProperty: FieldRef<T>]
profitInInstrumentCurrencyFloored
profitInInstrumentCurrencyFloored: [profitProperty: FieldRef<T>, currencyProperty: FieldRef<T>]
profitInPercent
profitInPercent: [plPercent: FieldRef<T>]
side
side: [sideProperty: FieldRef<T>]
status
status: [statusProperty: FieldRef<T>]
symbol
symbol: [symbolDisplayNameProperty: FieldRef<T>, symbolProperty: FieldRef<T>] | [symbolDisplayNameProperty: FieldRef<T>, symbolProperty: FieldRef<T>, messageProperty: FieldRef<T>]
text
text: FieldRef<T>[]
type
type: [orderTypeProperty: FieldRef<T>, parentIdProperty: FieldRef<T>, stopTypeProperty: FieldRef<T>]
variablePrecision
variablePrecision: [valueProperty: FieldRef<T>]