CQG Algorithmic Orders
MaxValue Property
See Also  Send Feedback
CQGAlgorithmicOrderBuilder > CQGAlgorithmicOrderBuilder Namespace > AlgorithmicOrderProperty Class : MaxValue Property



Glossary Item Box

Gets or sets maximum value property of AlgorithmicOrderProperty.

Syntax

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

Property Value

The new value of AlgorithmicOrderProperty maximum value propertyMaximum value property of AlgorithmicOrderProperty

See Also

Reference

AlgorithmicOrderProperty Class
AlgorithmicOrderProperty Members

Copyright © 2012 CQG Inc. All Rights Reserved.