CQGCEL's InstrumentChanged event handler. Received if any of the instrument quotes or dynamic instrument properties are changed.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As CQGAlgorithmicOrders
Dim cqg_instrument As CQGInstrument
Dim cqg_quotes As CQGQuotes
Dim cqg_instrument_properties As CQGInstrumentProperties
instance.CEL_InstrumentChanged(cqg_instrument, cqg_quotes, cqg_instrument_properties) |
Parameters
- cqg_instrument
- The changed CQGInstrument object
- cqg_quotes
- Collection of changed quotes
- cqg_instrument_properties
- Collection of changed dynamic properties