| Visual Basic (Declaration) | |
|---|---|
Public Shared Function GetContractsCount( _ ByVal algoOrderPropValue As Object, _ ByVal totalContractsCount As UInteger _ ) As UInteger | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim algoOrderPropValue As Object Dim totalContractsCount As UInteger Dim value As UInteger value = modAlgorithmicOrderHelper.GetContractsCount(algoOrderPropValue, totalContractsCount) | |
| C# | |
|---|---|
public static uint GetContractsCount( object algoOrderPropValue, uint totalContractsCount ) | |
| C++/CLI | |
|---|---|
public: static uint GetContractsCount( Object^ algoOrderPropValue, uint totalContractsCount ) | |
Parameters
- algoOrderPropValue
- The given algorithmic order property value
- totalContractsCount
- Total contracts count to calculate percentage