CQG API 4.0 - Revised
CQGCEL Interface
See Also  Members  Send Feedback

Glossary Item Box

Description

The CQGCEL encapsulates the main functionality of the CQG API.

This is the central interface an object of which should be created by the user in order to use the CQG API features.

Object Model

CQGCEL InterfaceCQGAccounts CollectionCQGAccount InterfaceCQGAdvancedStudies CollectionCQGAdvancedStudy CollectionCQGConditions CollectionCQGCondition CollectionCQGConstantVolumeBarsCollection CollectionCQGConstantVolumeBars CollectionCQGCustomStudies CollectionCQGCustomStudy CollectionCQGExpressions CollectionCQGExpression CollectionCQGInstrumentsGroups CollectionCQGInstrumentsGroup InterfaceCQGManualFillsCollection CollectionCQGManualFills CollectionCQGPointAndFigureBarsCollection CollectionCQGPointAndFigureBars CollectionCQGRangeBarsCollection CollectionCQGRangeBars CollectionCQGRenkoBarsCollection CollectionCQGRenkoBars CollectionCQGStrategyDefinitions CollectionCQGStrategyDefinition InterfaceCQGSubMinuteBarsCollection CollectionCQGSubMinuteBars CollectionCQGTFlowBarsCollection CollectionCQGTFlowBars CollectionCQGTicksCollection CollectionCQGTicks CollectionCQGTimedBarsCollection CollectionCQGTimedBars CollectionCQGTradingSystems CollectionCQGTradingSystem InterfaceCQGYieldsCollection CollectionCQGYields CollectionCQGAPIConfig InterfaceCQGCELConfiguration UDTCQGAccounts CollectionCQGAccount InterfaceCQGAdvancedStudyRequest InterfaceCQGAlgorithmicOrderDefinitions CollectionCQGAlgorithmicOrderDefinition InterfaceCQGBracketOrder InterfaceCQGConditionRequest InterfaceCQGConstantVolumeBarsRequest InterfaceCQGCustomStudyRequest InterfaceCQGExecutionPattern InterfaceCQGExecutionPatternRequest ObjectCQGExpressionRequest InterfaceCQGGWConnectionRequest InterfaceCQGHistoricalSessionsRequest InterfaceCQGInstrumentSubscriptionRequest InterfaceCQGInstrumentsGroupRequest InterfaceCQGManualFillRequest InterfaceCQGOrder InterfaceCQGOrderActionRequest InterfaceCQGOrder InterfaceCQGOrderChain InterfaceCQGOrderConstructor InterfaceCQGOrdersRequest ObjectCQGPointAndFigureBarsRequest InterfaceCQGRangeBarsRequest InterfaceCQGRenkoBarsRequest InterfaceCQGOrder InterfaceCQGOrder InterfaceCQGOrderConstructor InterfaceCQGStrategyQuoteRequest ObjectCQGSubMinuteBarsRequest InterfaceCQGTFlowBarsRequest InterfaceCQGTicksRequest InterfaceCQGTimedBarsRequest InterfaceCQGTradingSystemRequest InterfaceCQGYieldsRequest InterfaceCQGCurrencyRates CollectionCQGCurrencyRate InterfaceCQGStrategyDefinition InterfaceCQGStrategyDefinition InterfaceCQGDirectEventsAccessor InterfaceCQGEnvironment InterfaceCQGInstruments CollectionCQGInstrument InterfaceCQGOrders CollectionCQGOrder InterfaceCQGLogger InterfaceCQGOrders CollectionCQGOrder InterfaceCQGOrdersQuery InterfaceCQGAdvancedStudy CollectionCQGCurves CollectionCQGBarsTimestamps CollectionCQGCondition CollectionCQGConditionResult InterfaceCQGConstantVolumeBars CollectionCQGConstantVolumeBar InterfaceCQGCustomStudy CollectionCQGCurves CollectionCQGExpression CollectionCQGExpressionOutputs CollectionCQGOrdersQuery InterfaceCQGPointAndFigureBars CollectionCQGPointAndFigureBar InterfaceCQGRangeBars CollectionCQGRangeBar InterfaceCQGRenkoBars CollectionCQGRenkoBar InterfaceCQGSubMinuteBars CollectionCQGSubMinuteBar InterfaceCQGTFlowBars CollectionCQGTFlowBar InterfaceCQGTicks CollectionCQGTick InterfaceCQGTimedBars CollectionCQGTimedBar InterfaceCQGTradingSystem InterfaceCQGYields CollectionCQGYield Interface

 

Example

The Excel macro example below shows how to initialize/shutdown CQGCEL and handle it's events.

To execute the code, you need to add CQGCEL as reference into your project.
VB
C#
 
 

Example

See Also