Returns the group identifier of the current trade, if any.
Read-only property
Visual Basic |
---|
Public Property GroupID As Long |
Group identifier represented as Long
Trades are divided in groups by matching, i.e. all trades matched with each other have the same GroupID.
If the trade is open (i.e. not matched) its GroupID is 0.
See the usage of CQGTrade properties in the AccountChanged event's example section.