CQG API 4.0 - Revised
ToDisplayPrice Method
See Also  Send Feedback
correct_price
Double value containing the correct price
CQGInstrument Interface : ToDisplayPrice Method

Glossary Item Box

Description

Converts the correct price to the display price.

Syntax

Visual Basic
Public Function ToDisplayPrice( _
   ByVal correct_price As Double _
) As String

Parameters

correct_price
Double value containing the correct price

Return Type

Display price represented as String

Remarks

The conversion is performed based on each instrument's own price conversion rules.

See Also