Returns the fill price for the leg.
Read-only property
Visual Basic |
---|
Public Property Price( _ Optional ByVal leg_ As Long = 0 _ ) As Double |
- leg_
- The leg to get data for
Fill's leg price represented as Double
This property is valid for legs and for the whole CQGFill as well.
See the usage of Price property in the OrderChanged event's example section.