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



Glossary Item Box

Gets or sets algorithmic order properties collection.

Syntax

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

Property Value

The new value of algorithmic order properties collectionAlgorithmic order properties collection

See Also

Reference

ICQGAlgorithmicOrder Interface
ICQGAlgorithmicOrder Members

Copyright © 2012 CQG Inc. All Rights Reserved.