This event is fired when a new instrument is resolved and subscribed or a resolution process failed.
Visual Basic |
---|
Public Event InstrumentResolved( _ ByVal Symbol As String, _ ByVal cqg_instrument As CQGInstrument, _ ByVal cqg_error As CQGError _ ) |
- Symbol
- the commodity symbol that was requested by user in NewInstrument method
- cqg_instrument
resolved CQGInstrument object
- cqg_error
CQGError object describing the last error occurred during processing the new instrument request or Nothing/Invalid_Error in case of no error.
CQGCEL.IsValid(Invalid_Error) returns False.