CQG API 4.0 - Revised
IncorrectSymbol Event
See Also  Send Feedback
symbol_
String describing the error.
The name of the incorrect symbol, i.e., what was passed to the NewInstrument method.
CQGCEL Interface : IncorrectSymbol Event

Glossary Item Box

Description

This event is fired when a not tradable symbol name is passed to the NewInstrument method.

Deprecated. Use InstrumentResolved instead.

Syntax

Visual Basic
Public Event IncorrectSymbol( _
   ByVal symbol_ As String _
)

Parameters

symbol_
String describing the error.
The name of the incorrect symbol, i.e., what was passed to the NewInstrument method.

Remarks

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.

Example

See example of InstrumentSubscribed event.

See Also