Syntax
Public Function OrdersTotal() As Integer
Description
This function is used to return the total number of pending orders on trade list.
Parameter
No parameters.
Return value
Returns the total number of pending orders as a value of type Integer.
Sample
Public Sub main() AlertMessage OrdersTotal() ' Returns the total number of pending ordersEnd Sub
See Also