CQG API 4.0 - Revised
DisplayPrice Property
See Also  Send Feedback
leg_
The leg to get data for
CQGFill Interface : DisplayPrice Property

Glossary Item Box

Description

Returns the display price of the fill's leg.

Property type

Read-only property

Syntax

Visual Basic
Public Property DisplayPrice( _
   Optional ByVal leg_ As Long = 0 _
) As String

Parameters

leg_
The leg to get data for

Return Type

The display price represented as String.

Remarks

This property is valid only for legs and not for the whole CQGFill.

Example

See the usage of CQGFill properties in the OrderChanged event's example section.

See Also