CQG API 4.0 - Revised
CreateCustomStudyRequest Method
See Also  Send Feedback
name_or_abbr

The requested custom study name or abbreviation

CQGCEL Interface : CreateCustomStudyRequest Method

Glossary Item Box

Description

Creates a new CQGCustomStudyRequest object based on the custom study name or abbreviation.

Syntax

Visual Basic
Public Function CreateCustomStudyRequest( _
   ByVal name_or_abbr As String _
) As CQGCustomStudyRequest

Parameters

name_or_abbr

The requested custom study name or abbreviation

Remarks

An exception will be thrown if no custom study exists with the specified name or abbreviation.

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

See Also