CQG Algorithmic Orders
UENamePrefix Property
See Also  Send Feedback
AlgoOrder Order-Place-Order (OPO) > AlgorithmicOrders Namespace > OPO_AlgorithmicOrder Class : UENamePrefix Property



Glossary Item Box

Gets or sets algorithmic order UEName prefix.

Syntax

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

Property Value

New value of the algorithmic order UEName prefix to setAlgorithmic order UEName prefix

See Also

Reference

OPO_AlgorithmicOrder Class
OPO_AlgorithmicOrder Members

Copyright © 2012 CQG Inc. All Rights Reserved.