CQG API 4.0 - Revised
FullName Property
See Also  Send Feedback
CQGInstrument Interface : FullName Property

Glossary Item Box

Description

Returns full name of the contract.

Property type

Read-only property

Syntax

Visual Basic
Public Property FullName As String

Return Type

Full name is represented as a String with a limited length of 128 characters.

Remarks

Full name includes known abbreviations on contract type, commodity, month and year. It is a static property of an instrument.

Example

See the usage of FullName property in the OrderChanged event's example section.

See Also