SYNTAX
Public Property ClientId () As String.
DESCRIPTION
This property is used to get client number to the logged in client.
PARAMETERS
No parameters
RETURN VALUE
Return the login client ID as value of type String .
SAMPLE
Public Sub main() ...
SYNTAX
Public Function GetSymbolByIndex(ByVal SymbolIndex As String) As VTLGeneral.CSymbol
DESCRIPTION
This function used to get symbol
[http://www.hybridsolutions.com/support/index.php?/Knowledgebase/Article/View/2681]
object by symbol index at marke...
SYNTAX
Public Function GetSymbolByName(ByVal SymbolName As String) As CSymbol
DESCRIPTION
This function used to get symbol
[http://www.hybridsolutions.com/support/index.php?/Knowledgebase/Article/View/2681]
object by Symbol name.
PARAMETERS
Param...
SYNTAX
Public Function GetSymbolByID(ByVal SymbolID As Integer) As CSymbol
DESCRIPTION
This function used to get symbol
[http://www.hybridsolutions.com/support/index.php?/Knowledgebase/Article/View/2681]
object by Symbol Id
PARAMETERS
Parameter
...
RETURN VALUE
This function used returns the current prices for the specifics
symbol. This function overloads 2 variants as the following:
* Returns property value:
Public Overloads Function SymbolInfoTick(ByVal symbolName As String, ByRef tick As VT...
RETURN VALUE
Return property for the specific symbol. This function overloads 2
variants as the following:
* Returns property value:
Public Function SymbolsInfoString(ByVal name As String, ByVal prop_id As Integer) As String
* Returns bool value...
RETURN VALUE
Return property for the specific symbol. This function overloads 2
variants as the following:
* Returns property value:
Public Function SymbolsInfoInteger(ByVal name As String, ByVal prop_id As ENUM_SYMBOL_INFO_INTEGER) As Long
* Ret...
RETURN VALUE
Return property for the specific symbol. This function overloads 2
variants as the following:
* Returns property value:
Public Function SymbolsInfoDouble(ByVal name As String, ByVal prop_id As Integer) As Double
* Returns bool value ...
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...
SYNTAX
Public Function SymbolsCount() As Integer
DESCRIPTION
This function is used to return the symbol count at the currency .
PARAMETERS
No Parameter
RETURN VALUE
Returns symbols count as value of type Integer.
SAMPLE
Public Sub main()
...
SYNTAX
Public Function SymbolsTotal() As Integer
DESCRIPTION
This function is used to return symbol count at the currency .
Parameters
No Parameter
RETURN VALUE
Returns count for symbol as value of type Integer.
SAMPLE
Public Sub main()
...