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



Glossary Item Box

Gets or sets ID of specified algorithmic order.

Syntax

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

Property Value

The new value of IDID of specified algorithmic order

See Also

Reference

ICQGAlgorithmicOrder Interface
ICQGAlgorithmicOrder Members

Copyright © 2012 CQG Inc. All Rights Reserved.