This event is fired when a not tradable symbol name is passed to the NewInstrument method.
Deprecated. Use InstrumentResolved instead.
Visual Basic |
---|
Public Event IncorrectSymbol( _ ByVal symbol_ As String _ ) |
- symbol_
- String describing the error.
The name of the incorrect symbol, i.e., what was passed to the NewInstrument method.
This event may be fired in two cases: if there is no such symbol in CQG System or the symbol is present but the user is not enabled to it.
See example of InstrumentSubscribed event.