CQG Algorithmic Orders
UENamePrefix Property
See Also  Send Feedback
CQGAlgorithmicOrderBuilder > CQGAlgorithmicOrderBuilder Namespace > ICQGAlgorithmicOrder Interface : UENamePrefix Property



Glossary Item Box

Gets or sets UEName prefix for specified algorithmic order type.

Syntax

Visual Basic (Declaration) 
Property UENamePrefix As String
Visual Basic (Usage)Copy Code
Dim instance As ICQGAlgorithmicOrder
Dim value As String
 
instance.UENamePrefix = value
 
value = instance.UENamePrefix
C# 
string UENamePrefix {get; set;}
C++/CLI 
property String^ UENamePrefix {
   String^ get();
   void set (    String^ value);
}

Property Value

The new value of UEName prefixUEName prefix for specified algorithmic order type

See Also

Reference

ICQGAlgorithmicOrder Interface
ICQGAlgorithmicOrder Members

Copyright © 2012 CQG Inc. All Rights Reserved.