OEC Application Programming Interface

Strings.PriceToString Method 

Formats price using given format specifiers PriceFormat

public static String PriceToString(
   Int32 PriceFormat,
   Int32 PriceMultiplier,
   Double TickSize,
   Double Price
);

Parameters

PriceFormat
Price format value
PriceMultiplier
multiplier (power of ten)
TickSize
Tick size
Price
Price to format

Return Value

formatter price

See Also

Strings Class | OEC.API Namespace