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

Glossary Item Box

Description

Returns the fill price for the leg.

Property type

Read-only property

Syntax

Visual Basic
Public Property Price( _
   Optional ByVal leg_ As Long = 0 _
) As Double

Parameters

leg_
The leg to get data for

Return Type

Fill's leg price represented as Double

Remarks

This property is valid for legs and for the whole CQGFill as well.

Example

See the usage of Price property in the OrderChanged event's example section.

See Also