Returns the instrument full name of the fill's leg.
Read-only property
Visual Basic |
---|
Public Property InstrumentName( _ Optional ByVal leg_ As Long = 0 _ ) As String |
- leg_
- The leg to get data for
Instrument full name represented as String
See the usage of CQGFill properties in the OrderChanged event's example section.