CQG Algorithmic Orders
InstrumentChanged Method
See Also  Send Feedback
AlgoOrder Order-Place-Order (OPO) > AlgorithmicOrders Namespace > OPO_AlgorithmicOrder Class : InstrumentChanged Method



cqg_instrument
Changed CQGInstrument object
cqg_quotes
Collection of changed quotes

Glossary Item Box

Implements processing on CQGCEL InstrumentChanged event for TWAP algorithmic order type.

Syntax

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

Parameters

cqg_instrument
Changed CQGInstrument object
cqg_quotes
Collection of changed quotes

See Also

Reference

OPO_AlgorithmicOrder Class
OPO_AlgorithmicOrder Members

Copyright © 2012 CQG Inc. All Rights Reserved.