OEC Application Programming Interface

PriceIntern Constructor

Construct the formatter using given format specifiers, value and min/max value

Overload List

Contruct formatter using contract format specifiers and given value

public PriceIntern(Contract,Double,Double,Double);

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

public PriceIntern(Int32,Int32,Double,Double);

Construct the formatter using given format specifiers, value and min/max value

public PriceIntern(Int32,Int32,Double,Double,Double,Double);

See Also

PriceIntern Class | OEC.API Namespace