CQG Algorithmic Orders
IsValidPriceExpression Method
See Also  Send Feedback
CQGAlgorithmicOrderBuilder > CQGAlgorithmicOrderBuilder Namespace > modAlgorithmicOrderHelper Class : IsValidPriceExpression Method



propertyValue
Algorithmic order property value string to check

Glossary Item Box

Checks whether the given algorithmic order property value is valid price expression.

Syntax

Visual Basic (Declaration) 
Public Shared Function IsValidPriceExpression( _
   ByVal propertyValue As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim propertyValue As String
Dim value As Boolean
 
value = modAlgorithmicOrderHelper.IsValidPriceExpression(propertyValue)
C# 
public static bool IsValidPriceExpression( 
   string propertyValue
)
C++/CLI 
public:
static bool IsValidPriceExpression( 
   String^ propertyValue
) 

Parameters

propertyValue
Algorithmic order property value string to check

Return Value

True if the given algorithmic order property value is valid price expression, False - otherwise

See Also

Reference

modAlgorithmicOrderHelper Class
modAlgorithmicOrderHelper Members

Copyright © 2012 CQG Inc. All Rights Reserved.