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



propertyValue
Algorithmic order property value string to check

Glossary Item Box

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

Syntax

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

Parameters

propertyValue
Algorithmic order property value string to check

Return Value

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

See Also

Reference

modAlgorithmicOrderHelper Class
modAlgorithmicOrderHelper Members

Copyright © 2012 CQG Inc. All Rights Reserved.