Returns the fill's leg currency.
Read-only property
Visual Basic |
---|
Public Property Currency( _ Optional ByVal leg_ As Long = 0 _ ) As String |
- leg_
- The leg to get data for
The ISO code of the currency represented as String.
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.