Gets/sets the corresponding CQGAccount object of the order.
Read-write property
Visual Basic |
---|
Public Property Account As CQGAccount |
CQGAccount object to which this CQGOrder belongs
This property becomes read-only after the order is placed.
This property will be convenient for those who are familiar with the VBA specific Parent option.
See the usage of Account property in the OrderChanged event's example section.