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

Glossary Item Box

Description

Returns a collection of all possible and acceptable (decided depending on the order type) order properties.

This is the default property.

Property type

Read-only property

Syntax

Visual Basic
Public Property Properties As CQGOrderProperties

Return Type

Properties collection represented as CQGOrderProperties.

Remarks

Depending on order type, properties contained in this collection will be different.

For example market order will not have price property in this collection, etc.

Example

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


See examples on retrieving order trader ID, average fill, and other members of the Properties collection in the CQGOrderProperties.Item property's example section.

See Also