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