Gets/sets the instrument of the order.
Read-write property
Visual Basic |
---|
Public Property Instrument As CQGInstrument |
Order instrument represented as CQGInstrument object
This property becomes read-only after the order is placed.
An order can be placed only on a subscribed instrument.
The property can be Nothing if the corresponding instrument is not subscribed to. To subscribe to an instrument use CQGCEL.NewInstrument.
See the usage of CQGOrder properties in the OrderChanged event's example section.