Indicates the symbol type.
| Member | Value | Description |
|---|---|---|
| stCash | 32 | Cash data source. |
| stCurrency | 64 | Currencies data source. |
| stFuture | 1 | Futures and spreads data source. |
| stIndex | 128 | Indices data source. |
| stOption | 6 | Options data source (of values 2 or 4). |
| stReport | 256 | Reports data source. |
| stStock | 8 | Stock data source. |
| stTreasury | 16 | Treasures data source. |
| stUndefined | 0 | Undefined. |
This is used in the CQGDataSource.SymbolTypes and CQGDataSourceSymbol.Type properties.
See the usage of eDataSourceType enumeration in the DataSourcesResolved event's example section.