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



Glossary Item Box

Gets the flag which shows whether the algorithmic order is final or not.

Syntax

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

Property Value

Flag which shows whether the algorithmic order is final or not

See Also

Reference

OPO_AlgorithmicOrder Class
OPO_AlgorithmicOrder Members

Copyright © 2012 CQG Inc. All Rights Reserved.