CQG API 4.0 - Revised
AddValue Method
See Also  Send Feedback
value_

The value to be added to the algorithmic order definition list, represented as String

CQGAlgorithmicOrderDefinition Interface : AddValue Method

Glossary Item Box

Description

Adds a definition value to the collection, if the property type is list.

Syntax

Visual Basic
Public Sub AddValue( _
   ByVal value_ As String _
) 

Parameters

value_

The value to be added to the algorithmic order definition list, represented as String

Remarks

This property is not valid if the algorithmic order property type is not aoptList.

See Also