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



Glossary Item Box

Gets flag to show whether the specified order is final or not.

Syntax

Visual Basic (Declaration) 
ReadOnly Property IsFinal As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ICQGAlgorithmicOrder
Dim value As Boolean
 
value = instance.IsFinal
C# 
bool IsFinal {get;}
C++/CLI 
property bool IsFinal {
   bool get();
}

Property Value

Flag to show whether the specified order is final or not

See Also

Reference

ICQGAlgorithmicOrder Interface
ICQGAlgorithmicOrder Members

Copyright © 2012 CQG Inc. All Rights Reserved.