Syntax
Public Overrides Function OpenPositionsCount()As Long
This function is used to inform you about the open positions count.
Parameters
No parameters.
Remarks
In the case you want to know how many open positions you have you can use this property, or in the case you want to list all of the open positions you can use this method to know the open positions count then use OpenPositionByIndexmethod in a loop starts from 1 to count.
See Also