SymbolName
Posted by Mohammad Rahhal, Last modified by Diana Alkouni on 14 September 2020 12:33 PM

Syntax

Public Function SymbolName(ByVal index As Integer) As String

Description

This function is used to return the symbol name by symbol index at the market watch.

Parameters

Parameter  Description 
index symbol position at market watch , value of type Integer.

Return value

 Return symbol name as value of type String.

Sample

  Public Sub main()

        Dim i as Integer 
       for i = 0 to ClientCode.SymbolsTotal 
            Dim Symbolname as String = ClientCode. SymbolName (i)
            if Symbolname <> "Null" then 
               Gui.MsgDialog (Symbolname)
           end if 
      next

  End Sub​

See Also


Back to VTL Server Script Index

(0 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).

Help Desk Software by Hybrid Solutions