CQG API 4.0 - Revised
CreateConditionRequest Method
See Also  Send Feedback
condition_name

Indicates the requested condition's name.

CQGCEL Interface : CreateConditionRequest Method

Glossary Item Box

Description

Creates a new CQGConditionRequest object based on the condition name.

Syntax

Visual Basic
Public Function CreateConditionRequest( _
   ByVal condition_name As String _
) As CQGConditionRequest

Parameters

condition_name

Indicates the requested condition's name.

Remarks

An exception will be thrown if no condition exists with the specified name.

The CQGConditionRequest.BaseExpression, CQGConditionRequest.RangeStart, CQGConditionRequest.RangeEnd properties, as well as all CQGConditionRequest.Parameter-s do not have default values and must be provided before passing the CQGConditionRequest object to the CQGCEL.RequestCondition method.

See Also