Syntax
Public Function OrderPrice () As String.
Description
This function is used to return the order pricefor the selected order through SelectOrderByIndexor SelectOrderByID.
Parameters
No parameters
Return value
Returns order price as the value of type string for the 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.OrderPrice()) End Sub
See Also