Returns the collection of currently open trades.
The availability of position open trades information is controlled by PositionDetailing setting of CQG API Configuration.
Read-only property
Visual Basic |
---|
Public Property OpenTrades As CQGTrades |
CQGTrades collection containing position's open trades.
Nothing, if this information is not available.
The sum of position's open trades' quantities gives the position's quantity.
The GroupID property of an open trade is 0.
See the usage of CQGPosition properties in the AccountChanged event's example section.