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

Glossary Item Box

Description

Returns the aggressiveness for the fill's leg.

Property type

Read-only property

Syntax

Visual Basic
Public Property Aggressive( _
   Optional ByVal leg_ As Long = 0 _
) As Boolean

Parameters

leg_
The leg to get data for

Return Type

True if aggressive, False otherwise.

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