CQG API 4.0 - Revised
eSymbolType Enumeration
See Also  Send Feedback

Glossary Item Box

Description

Indicates the symbol type.

Members

MemberValueDescription
stCash32

Cash data source.

stCurrency64

Currencies data source.

stFuture1

Futures and spreads data source.

stIndex128

Indices data source.

stOption6

Options data source (of values 2 or 4).

stReport256

Reports data source.

stStock8

Stock data source.

stTreasury16

Treasures data source.

stUndefined0

Undefined.

Remarks

This is used in the CQGDataSource.SymbolTypes and CQGDataSourceSymbol.Type properties.

Example

See the usage of eDataSourceType enumeration in the DataSourcesResolved event's example section.

See Also