CQG API 4.0 - Revised
CQGOrderProperty Interface Members
See Also  Overview  Send Feedback

Glossary Item Box

Public Properties

Public Property CanBeSet

Indicates whether the property can be set by the user or not.

Public Property Description

Returns the description of the order property.

Public Property Name

Returns the order property name.

Public Property Order

Returns the corresponding CQGOrder object.

Public Property Timestamp

Returns the last response reception timestamp.

When a property is updated, CQG API records the information reception time in the Timestamp property (using local time).

Each order property change event forces this property to change its value.

Public Property Type

Returns the order property type.

Public Property Value

Gets/sets the value of the order property.

This is the default property.

See Also