Returns the trade's matched/not matched status.
Read-only property
Visual Basic |
---|
Public Property IsMatched As Boolean |
True if the trade is matched, False otherwise
If this property value is True the trade is present in position's MatchedTrades collection and its GroupID is not 0.
If it is False, the trade is present in positions OpenTrades collection and its GroupID property is 0.
See the usage of CQGTrade properties in the AccountChanged event's example section.