Returns a sub-collection of current orders collection, filtered by order instrument full name.
Visual Basic |
---|
Public Function SelectByInstrumentName( _ ByVal instrument_name As String _ ) As CQGOrders |
- instrument_name
Instrument name that will be used as the selection criteria, represented as String
A CQGOrders collection consisting of orders with the same InstrumentName that are picked from the current orders collection.
See the usage of CQGOrders methods in the PrepareModify method's example section.