| 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