CQG API 4.0 - Revised
FromDisplayPrice Method
See Also  Send Feedback
display_price
Display price represented as String
CQGInstrument Interface : FromDisplayPrice Method

Glossary Item Box

Description

Converts the display price to the correct price.

Syntax

Visual Basic
Public Function FromDisplayPrice( _
   ByVal display_price As String _
) As Double

Parameters

display_price
Display price represented as String

Return Type

The correct price represented as Double

Remarks

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

See Also