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

Glossary Item Box

Description

A collection of order properties are required for an order creation.

Property type

Read-only property

Syntax

Visual Basic
Public Property Properties As CQGOrderProperties

Remarks

The following table shows what properties are stored in the collection for different order types:

Order type Order properties

otMarket

  • opInstrumentNameDetailed
  • opAccountID
  • opQuantityFractional
  • opUEName

otLimit

  • opInstrumentNameDetailed
  • opAccountID
  • opLimitPrice
  • opQuantityFractional
  • opUEName

otStop

  • opInstrumentNameDetailed
  • opAccountID
  • opStopPrice
  • opQuantityFractional
  • opUEName

otStopLimit

  • opInstrumentNameDetailed
  • opAccountID
  • opLimitPrice
  • opStopPrice
  • opQuantityFractional
  • opUEName

 

See Also