OEC Application Programming Interface

PriceIntern Constructor (Int32, Int32, Double, Double)

Constructs formatter using given format specifiers value and defaiult min/max values (0, 1e9)

public PriceIntern(
   Int32 priceFormat,
   Int32 priceMultiplier,
   Double tickSize,
   Double value
);

Parameters

priceFormat
PriceFormat
priceMultiplier
Multiplier, power of 10
tickSize
Tick size - mimimal price increment
value
Price value

See Also

PriceIntern Class | OEC.API Namespace | PriceIntern Constructor Overload List