CQG API 4.0 - Revised
Add Method
See Also  Send Feedback
definition_

Definition to be added to the collection.

CQGAlgorithmicOrderDefinitions Collection : Add Method

Glossary Item Box

Description

Adds a algorithmic order property definition to the collection.

Syntax

Visual Basic
Public Sub Add( _
   ByVal definition_ As CQGAlgorithmicOrderDefinition _
) 

Parameters

definition_

Definition to be added to the collection.

Remarks

An exception will be thrown if there's existing definition with the same name as the definition_ (case-insensitive)

See Also