SymbolMappingInfo
Package: velox.api.layer1.data
Type: Class
Inheritance: java.lang.Object รขโ โ SymbolMappingInfo
Descriptionโ
Information to be injected into the symbols mapping system
Fieldsโ
alternativesโ
public final Set<InstrumentCoreInfo> alternatives
Alternative representations of the same symbol, i.e. same symbol on a different platform
crossTradingToโ
public final Set<InstrumentCoreInfo> crossTradingTo
Cross trading targets to add.
multiplierโ
public final double multiplier
Mutiplier, see InstrumentInfo.multiplier
pipsSupplierโ
public final @Nullable Function<Double, Double> pipsSupplier
Function that supplies pips value (see InstrumentInfo.pips) based on the provided price.
Constructorsโ
SymbolMappingInfoโ
public SymbolMappingInfo(Set<InstrumentCoreInfo> alternatives, Set<InstrumentCoreInfo> crossTradingTo, double multiplier, @Nullable Function<Double, Double> pipsSupplier)