OEC Application Programming Interface

Strings.GetPriceMask Method 

Returns a string representing input mask for given format and tick PriceFormat TickSize

public static String GetPriceMask(
   Int32 PriceFormat,
   Double TickSize
);

Parameters

PriceFormat
Price format value
TickSize
Tick size

Return Value

format mask, like #.## or # ##.##

See Also

Strings Class | OEC.API Namespace