CQG API 4.0 - Revised
UEName Property
See Also  Send Feedback
CQGOrder Interface : UEName Property

Glossary Item Box

Description

Returns the order UEName.

Property type

Read-only property

Syntax

Visual Basic
Public Property UEName As String

Return Type

UEName, represented as String

Remarks

The UEName is set once upon creation and cannot be modified later.

The user-editable part of a UEName has the following restrictions:

  • It may not include the dash character (i.e., "-")
  • Its length is limited to 14 characters

Example

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

See Also