Returns the aggressiveness for the fill's leg.
Read-only property
Visual Basic |
---|
Public Property Aggressive( _ Optional ByVal leg_ As Long = 0 _ ) As Boolean |
- leg_
- The leg to get data for
True if aggressive, False otherwise.
This property is valid only for legs and not for the whole CQGFill.
See the usage of CQGFill properties in the OrderChanged event's example section.