CQG Algorithmic Orders
CEL_InstrumentChanged Method
See Also  Send Feedback
CQGAlgorithmicOrderBuilder > CQGAlgorithmicOrderBuilder Namespace > CQGAlgorithmicOrders Class : CEL_InstrumentChanged Method



cqg_instrument
The changed CQGInstrument object
cqg_quotes
Collection of changed quotes
cqg_instrument_properties
Collection of changed dynamic properties

Glossary Item Box

CQGCEL's InstrumentChanged event handler. Received if any of the instrument quotes or dynamic instrument properties are changed.

Syntax

Visual Basic (Declaration) 
Public Sub CEL_InstrumentChanged( _
   ByVal cqg_instrument As CQGInstrument, _
   ByVal cqg_quotes As CQGQuotes, _
   ByVal cqg_instrument_properties As CQGInstrumentProperties _
) 
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)
C# 
public void CEL_InstrumentChanged( 
   CQGInstrument cqg_instrument,
   CQGQuotes cqg_quotes,
   CQGInstrumentProperties cqg_instrument_properties
)
C++/CLI 
public:
void CEL_InstrumentChanged( 
   CQGInstrument^ cqg_instrument,
   CQGQuotes^ cqg_quotes,
   CQGInstrumentProperties^ cqg_instrument_properties
) 

Parameters

cqg_instrument
The changed CQGInstrument object
cqg_quotes
Collection of changed quotes
cqg_instrument_properties
Collection of changed dynamic properties

See Also

Reference

CQGAlgorithmicOrders Class
CQGAlgorithmicOrders Members

Copyright © 2012 CQG Inc. All Rights Reserved.