OEC Application Programming Interface

Contract.PriceToString Method 

Formats price using contract price format, multiplier and tick size

public String PriceToString(
   Double Price
);

Parameters

Price
price to format

Return Value

formatted price

See Also

Contract Class | OEC.API Namespace