Syntax
Public Function OrderTime () As String.
Description
This function is used to return the order time for the selected order through SelectOrderByIndexor SelectOrderByID.
Parameters
No parameters
Return value
Returns order timename as the value of type string for selected order.
Sample
Public Sub main() Dim Result as Boolean Result = ClientCode.SelectOrderByIndex (1) select the first order at trade list at client terminal GUI.MsgDialog(ClientCode.OrderTime()) End Sub
See Also