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



instrumentName
Instrument name string to check

Glossary Item Box

Checks whether the given instrument name is synthetic strategy expression.

Syntax

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

Parameters

instrumentName
Instrument name string to check

Return Value

True if the given string is synthetic strategy expression, False - otherwise

See Also

Reference

modAlgorithmicOrderHelper Class
modAlgorithmicOrderHelper Members

Copyright © 2012 CQG Inc. All Rights Reserved.