CQG API 4.0 - Revised
Properties Property
See Also  Send Feedback
CQGOrderModify Interface : Properties Property

Glossary Item Box

Description

Returns CQGOrderProperties collection containing current order's those properties which are available for modification.

This is the default property.

Property type

Read-only property

Syntax

Visual Basic
Public Property Properties As CQGOrderProperties

Return Type

CQGOrderProperties collection object

Remarks

See the CanBeSet property for details on order modification possibilities.

CQGOrderProperty objects in this collection do not have parent orders. Their Order Property value is Nothing.

Example

See the usage of Properties property in the PrepareModify method's example section.

See Also