Returns a collection of all possible and acceptable (decided depending on the order type) order properties.
This is the default property.
Read-only property
Visual Basic |
---|
Public Property Properties As CQGOrderProperties |
Properties collection represented as CQGOrderProperties.
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.
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.