CQG Algorithmic Orders
InstrumentChanged Method
See Also  Send Feedback
CQGAlgorithmicOrderBuilder > CQGAlgorithmicOrderBuilder Namespace > ICQGAlgorithmicOrder Interface : InstrumentChanged Method



cqg_instrument
Changed CQGInstrument object
cqg_quotes
Collection of changed quotes

Glossary Item Box

Implements processing on CQGCEL InstrumentChanged event.

Syntax

Visual Basic (Declaration) 
Sub InstrumentChanged( _
   ByVal cqg_instrument As CQGInstrument, _
   ByVal cqg_quotes As CQGQuotes _
) 
Visual Basic (Usage)Copy Code
Dim instance As ICQGAlgorithmicOrder
Dim cqg_instrument As CQGInstrument
Dim cqg_quotes As CQGQuotes
 
instance.InstrumentChanged(cqg_instrument, cqg_quotes)
C# 
void InstrumentChanged( 
   CQGInstrument cqg_instrument,
   CQGQuotes cqg_quotes
)
C++/CLI 
void InstrumentChanged( 
   CQGInstrument^ cqg_instrument,
   CQGQuotes^ cqg_quotes
) 

Parameters

cqg_instrument
Changed CQGInstrument object
cqg_quotes
Collection of changed quotes

See Also

Reference

ICQGAlgorithmicOrder Interface
ICQGAlgorithmicOrder Members

Copyright © 2012 CQG Inc. All Rights Reserved.