SYNTAX Public Property Get GetSelectedAccount() As COAccount  DESCRIPTION This property is used to get the value of parent ID as an integer. Parameters No parameters. RETURN VALUE Returns object of type COAccount [http://www.hybridsolutions.com/sup...
SYNTAX  Property Get Username() As String DESCRIPTION This property is used to get the value of the client username as a string. Parameters No parameters. RETURN VALUE Returns the value of the client username. ------------------------- SEE ALSO ...
SYNTAX  Property Get ParentID() As Integer DESCRIPTION This property is used to get the value of parent ID as an integer. Parameters No parameters. RETURN VALUE Returns the value of the parent ID. SAMPLE  Private Sub ParentID_Click(ByVal sender A...
SYNTAX  ReadOnly Property ClientsCount()As Integer DESCRIPTION This property is used to return the client's counts number for associated groups under the logged in client privilege. PARAMETERS No parameters. SAMPLE  Private Sub ClientsCount_Click(B...
SYNTAX  ReadOnly Property ClientByIndex(ByRef index As Integer)As COClient DESCRIPTION This property is used to return an object of type COClient [http://www.hybridsolutions.com/support/index.php?/Knowledgebase/Article/View/4952] that belongs to the gi...
SYNTAX  ReadOnly Property ClientByID(ByRef ID As Integer) As COClient DESCRIPTION This property is used to return an object of type COClient [http://www.hybridsolutions.com/support/index.php?/Knowledgebase/Article/View/4952] that belongs to the given c...
SYNTAX  ReadOnly Property FirstWhiteLabel()As Integer This property is used to get the ID of the white label that the logged in client belongs to. PARAMETERS No parameters. SAMPLE  Private Sub WhiteLabel_Click(ByVal sender As System.Object, ByVal e ...
SYNTAX  ReadOnly Property AccountByID(ByRef AccountID As Integer) As COAccount DESCRIPTION This property is used to return an object of type COAccount [http://www.hybridsolutions.com/support/index.php?/Knowledgebase/Article/View/4877]. that belongs to ...
SYNTAX  ReadOnly Property AccountsCount(ByRef ClientID As Integer) As Integer  DESCRIPTION This property is used to return the numbers of account related to the given client identifier. PARAMETERS Parameter Description  ClientID Client i...
SYNTAX  ReadOnly Property AccountByIndex(ByRef ClientID As Integer, ByRef Index As Integer) As COAccount DESCRIPTION This property is used to return an object of type COAccount [http://www.hybridsolutions.com/support/index.php?/Knowledgebase/Article/Vi...
SYNTAX ReadOnly Property Version As Integer DESCRIPTION This property takes no parameters and returns the API version value. PARAMETERS No parameters. SAMPLE  Private Sub Version_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Han...
SYNTAX  ReadOnly Property SlTpPrice(ByRef OrderType As OperationTypeEnum, ByRef SymbolID As Integer, ByRef SlORTp As String, ByRef FromPrice As Double) As Double DESCRIPTION This property is used to return the valid Sl/Tp Price value according to the g...
SYNTAX  ReadOnly Property ServerGMTOffset As Double DESCRIPTION This property takes no parameters and returns the server GMT offset value. PARAMETERS No parameters. SAMPLE  Private Sub ServerGMT_Click(ByVal sender As System.Object, ByVal e As Syste...
SYNTAX ReadOnly Property Release As Integer DESCRIPTION This property takes no parameters and returns the API release number  PARAMETERS No parameters. SAMPLE  Private Sub Release_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Ha...
SYNTAX ReadOnly Property Patch As Integer DESCRIPTION This property takes no parameters and returns the patch for the API  PARAMETERS No parameters. SAMPLE  Private Sub Patch_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
SYNTAX ReadOnly Property OrdersCount As Integer DESCRIPTION This property is used to return the orders count that belongs to the selected account. PARAMETERS No parameters. SAMPLE  Private Sub OrdersCount_Click(ByVal sender As System.Object, ByVal ...
SYNTAX ReadOnly Property OrderByIndex(ByRef Index As Integer) As COOrder DESCRIPTION This property is used to return an object of type COOrder [http://www.hybridsolutions.com/support/index.php?/Knowledgebase/Article/View/4951] that belongs to the given...
SYNTAX ReadOnly Property OrderByID(ByRef OrderId As Integer) As COOrder DESCRIPTION This property is used to return an object of type COOrder [http://www.hybridsolutions.com/support/index.php?/Knowledgebase/Article/View/4951] that belongs to the given ...
SYNTAX ReadOnly Property LogedOn() As Boolean DESCRIPTION This property is used to indicate whether the client is logged in or not. PARAMETERS No parameters. SAMPLE  Private Sub LogedOn_Click(ByVal sender As System.Object, ByVal e As System.EventAr...
SYNTAX ReadOnly Property LimitPrice(ByRef OrderType As OperationTypeEnum, ByRef SymbolID As Integer) As Double DESCRIPTION This property is used to return the valid limit price according to the given order type that wants to take on a specific symbol. ...
SYNTAX ReadOnly Property Account(ByRef AccountID As Integer) As VertexFXClientAPI.COAccount DESCRIPTION This property used to return an account object of type COAccount [http://www.hybridsolutions.com/support/index.php?/Knowledgebase/Article/View/4877]...
SYNTAX ReadOnly Property SymbolsCount As Integer DESCRIPTION This property is used to return the counts of the symbols in the system. PARAMETERS No parameters. SAMPLE  Private Sub SymbolsCount_Click(ByVal sender As System.Object, ByVal e As System....
SYNTAX  ReadOnly Property SymbolByName(ByRef Name As String) As COSymbol DESCRIPTION This property is used to return the symbol object of type COSymbol [http://www.hybridsolutions.com/support/index.php?/Knowledgebase/Article/View/2022] which belongs to...
SYNTAX ReadOnly Property SymbolByIndex(ByRef Index As Integer,Optional ShowUnused As Boolean = False) As COSymbol This property is used to get the symbol object of type COSymbol [http://www.hybridsolutions.com/support/index.php?/Knowledgebase/Article/Vi...
SYNTAX ReadOnly Property SymbolByID(ByRef ID As Integer,Optional ShowUnused As Boolean = False) As COSymbol DESCRIPTION This property is used to return the symbol object of type COSymbol [http://www.hybridsolutions.com/support/index.php?/Knowledgebase/...
SYNTAX ReadOnly Property OpenPositionsCount As Integer DESCRIPTION This property is used to return the open positions counts for the selected account. PARAMETERS No parameters. REMARKS   Use this property to get open positions Count. SAMPLE  Priv...
SYNTAX ReadOnly Property OpenPositionByTicket(ByRef Ticket As Integer) As COOpenPosition DESCRIPTION This property is used to return an object of type COOpenPosition [http://www.hybridsolutions.com/support/index.php?/Knowledgebase/Article/View/2023] th...
SYNTAX ReadOnly Property ServerPort As Integer DESCRIPTION This property is used to retrieves the previously used IP port that was set with the SetLoginInfo [http://www.hybridsolutions.com/support/index.php?/Knowledgebase/Article/View/1978] method. PA...
SYNTAX ReadOnly Property OpenPositionByIndex(ByRef Index As Integer) As COOpenPosition DESCRIPTION This property is used to return the object of type COOpenPosition [http://www.hybridsolutions.com/support/index.php?/Knowledgebase/Article/View/2023] tha...
SYNTAX ReadOnly Property ServerIP As String DESCRIPTION This property used to retrieve the IP Address that was set with the SetLoginInfo [http://www.hybridsolutions.com/support/index.php?/Knowledgebase/Article/View/1978] method. PARAMETERS No paramet...
SYNTAX ReadOnly Property LoginPassword As String This property is used to retrieve the password that set in the SetLoginInfo [http://www.hybridsolutions.com/support/index.php?/Knowledgebase/Article/View/1978] method. PARAMETERS No parameters. REMARKS...
SYNTAX ReadOnly Property LoginUsername As String DESCRIPTION This property is used to retrieve the Username that was set in the SetLoginInfo [http://www.hybridsolutions.com/support/index.php?/Knowledgebase/Article/View/1978] method. PARAMETERS No par...
Help Desk Software by Hybrid Solutions