Creates a new CQGTradingSystemRequest object based on the trading system name.
Visual Basic |
---|
Public Function CreateTradingSystemRequest( _ ByVal name_or_abbr As String _ ) As CQGTradingSystemRequest |
- name_or_abbr
The requested trading system name or abbreviation
An exception will be thrown if no trading system exists with the specified name or abbreviation.
The CQGTradingSystemRequest.BaseExpression, CQGTradingSystemRequest.RangeStart, CQGTradingSystemRequest.RangeEnd properties do not have default values and must be provided before passing the CQGTradingSystemRequest object to the CQGCEL.RequestTradingSystem method.