Login
Try VertexFX
  • Home
  • Knowledgebase
  • Blog
  • Home
  • Knowledgebase
  • Blog

Overridden Methods

home/Knowledge Base/Technical Support/API/BackEnd API's/VBL/VertexFX Bridge Language/Data Types/VFXBO/Overridden Methods/AccountStatusReport

AccountStatusReport

2 views 0 Updated on December 16, 2021 hybrid-solutions


Syntax

Public Overrides Function AccountStatusReport(ByRef ClientID As Integer,ByRef AccountType As Integer) As TransResult

This function is used to show the account status for all accounts under the given client. After AccountStatusReportexecutes the ReportDataReceived event fires.

Parameters

Key Description
clientID The client number which the report will show the status for all accounts under this client. Value of type is Integer.
AccountType The type of the account which will appear in the report whetherit is for normal accounts or for the coverage accounts. Value of type is Integer.

1 means normal account
2 means coverage account

Return value

Returns value of type TransResult. If the request was sent to server successfully it will return Succeeded.

Sample

Private Sub AccountStatus_Click (ByVal sender As System.Object, ByVal e As System.EventArgs) Handles AccountStatus.Click    Dim Result As VertexFXBridgeAPI.TransResult    Dim Root_ID As Integer = BO.GetBO.RootID ()    Result= BO.GetBO.AccountStatusReport(Root_ID, 0) End Sub 

Result:

The result of this report contains many details; the following table shows each column description

Data row Index Column name Description
1 Account Shows the account ID of each client under the chosen group togenerate the report for.
2 Balance The balance amount for each account.
3 Credit The credit amount for each account.
4 Flt PL The floating profit/loss for each account.
5 Margin Req The margin requirement for each account.
6 Client ID The client ID for the account.
7 Commission The commission amount for each account.
8 Trading PL The profit/Loss value for each account.

See Also

  • AccountInformationReport
  • MaintenanceMarginCallReport
  • NetOpenPositionsReport


Back to VFXBO Index

Was this helpful?

Yes  No
Leave A Comment Cancel reply

  MoneyTransactionsReport

AccountInformationReport  

About
VertexFX Trader has a closed-loop trading structure with Backoffice dealing desk, Client Terminals, Dedicated Hosting, White Labelling and Bridging Capabilities. Through VertexFX Risk Management Bridge...
Categories
  • Technical Support
  • Social Trading
  • VertexFX Pro Setup
  • Mobile Trader
  • Lite VertexFX Mobile Trader
Community
  • Blog
  • Media Center
Need Support?
If you need any further help, don't hesitate to send a support request to our support team.
Contact Support
  • Privacy Policy
  • Brokers Terms
  • Traders EULA
  • ISV Terms
  • Plugins EULA
  • Copyright 2022 hybridsolutions.com. All Rights Reserved.