Knowledgebase : Technical Support > API > Client API's/VTL > VTL Client Scripts > Market Information
SYNTAX  Public Function OrderGetID(Index As Integer) As Long DESCRIPTION This function is used to return order number based on its index in the orders list. PARAMETERS Key Description  Index Order index in the orders list , value of type...
SYNTAX  Public Function AccountInfoInteger(propertyID As ENUM_ACCOUNT_INTEGER) As String This function returns a string value of the corresponding account property. PARAMETERS Key Description  propertyID An integer value of type ENUM_ACC...
SYNTAX Public Function SymbolInfoString(SymbolName As String, propId As ENUM_SYMBOL_INFO_STRING, ByRef Val As Variant) As Boolean DESCRIPTION This function is used to get string symbol information for a given symbol according to property ID and receive...
SYNTAX Public Function SymbolInfoInteger(SymbolName As String, propId As ENUM_SYMBOL_INFO_INTEGER, ByRef LongVal As Variant) As Boolean DESCRIPTION This function is used to get symbol information for a given symbol name according to property ID and rec...
SYNTAX Public Function SymbolInfoDouble(SymbolName As String, propId As ENUM_SYMBOL_INFO_DOUBLE, ByRef doubleVal As Variant) As Boolean DESCRIPTION This function is used to return a given symbol information according to property ID and receive the resu...
SYNTAX Public Function SymbolSelect(SymbolName As String, Selected As Boolean) As Boolean DESCRIPTION This function used to show/hide the given symbol in market watch. PARAMETERS Key Description  SymbolName Symbol name that want to show/...
SYNTAX Public Function SymbolName(pos As Integer, Selected As Boolean) As String DESCRIPTION This function is used to return symbol name for a  given position on the market watch or on a general list according to selected value. PARAMETERS Key ...
SYNTAX Public Function SymbolsTotal(Selected As Boolean) As Integer DESCRIPTION This function is used to return the number of symbols on market watch or on the general list. PARAMETERS Key Description  Selected To determine which symbols...
Help Desk Software by Hybrid Solutions