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



cqg_symbol
The commodity symbol that was requested by the user in the NewInstrument method
cqg_instrument
The resolved CQGInstrument object

Glossary Item Box

CQGCEL's InstrumentSubscribed event handler. Received if a new instrument is resolved and subscribed.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub CEL_InstrumentSubscribed( _
   ByVal cqg_symbol As String, _
   ByVal cqg_instrument As CQGInstrument _
) 
Visual Basic (Usage)Copy Code
Dim instance As CQGAlgorithmicOrders
Dim cqg_symbol As String
Dim cqg_instrument As CQGInstrument
 
instance.CEL_InstrumentSubscribed(cqg_symbol, cqg_instrument)
C# 
public virtual void CEL_InstrumentSubscribed( 
   string cqg_symbol,
   CQGInstrument cqg_instrument
)
C++/CLI 
public:
virtual void CEL_InstrumentSubscribed( 
   String^ cqg_symbol,
   CQGInstrument^ cqg_instrument
) 

Parameters

cqg_symbol
The commodity symbol that was requested by the user in the NewInstrument method
cqg_instrument
The resolved CQGInstrument object

See Also

Reference

CQGAlgorithmicOrders Class
CQGAlgorithmicOrders Members

Copyright © 2012 CQG Inc. All Rights Reserved.