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



Glossary Item Box

Gets or sets session GUID of algorithmic order.

Syntax

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

Property Value

The new value of algorithmic order's session GUIDSession GUID of algorithmic order

See Also

Reference

ICQGAlgorithmicOrder Interface
ICQGAlgorithmicOrder Members

Copyright © 2012 CQG Inc. All Rights Reserved.