Returns the side of fill's leg.
Read-only property
Visual Basic |
---|
Public Property Side( _ Optional ByVal leg_ As Long = 0 _ ) As eOrderSide |
- leg_
- The leg to get data for
The side of the leg represented as eOrderSide..
The value will be osdUndefined if UseOrderSide setting of CQG API Configuration is set to False.
This property is valid for legs and for the whole CQGFill as well.
See the usage of CQGFill properties in the OrderChanged event's example section.