Returns a sub-collection of current orders collection, filtered by order tag (and its value if given).
- tag_name
Order's tag name that will be used as the selection criteria, represented as String
- tag_value
Value of the tag that will be used as the selection criteria, represented as Variant.
This parameter is optional.
A CQGOrders collection consisting of orders with the same Tag that are picked from the current orders collection.
See the usage of CQGOrders methods in the PrepareModify method's example section.