Refer to CQGCEL.InstrumentSubscribed Event.
Visual Basic |
---|
Public Event InstrumentSubscribed( _ ByVal symbol_ As String, _ ByVal cqg_instrument As CQGInstrument _ ) |
- symbol_
- the commodity symbol that was requested by user in NewInstrument method
- cqg_instrument
resolved CQGInstrument object
InstrumentSubscribed is also fired if a duplicate resolution is attempted. In that case the Instrument parameter returns the same object as it returned the first time.