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



curPriceStr
The given price string to check

Glossary Item Box

Checks whether the given price string is in ticks or not.

Syntax

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

Parameters

curPriceStr
The given price string to check

Return Value

True, if the given price string is in ticks, otherwise - False

See Also

Reference

modAlgorithmicOrderHelper Class
modAlgorithmicOrderHelper Members

Copyright © 2012 CQG Inc. All Rights Reserved.