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



Glossary Item Box

Gets or sets order GUIDs of algorithmic order component orders.

Syntax

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

Property Value

New value of the order GUIDs of algorithmic order component orders to setOrder GUIDs of algorithmic order component orders

See Also

Reference

OPO_AlgorithmicOrder Class
OPO_AlgorithmicOrder Members

Copyright © 2012 CQG Inc. All Rights Reserved.